Skip to content

Commit cbca601

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/signrank/pdf/lib/native.js
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Lokesh Ranjan <[email protected]>
1 parent 12b9451 commit cbca601

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/signrank/pdf/lib

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/signrank/pdf/lib/native.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ var addon = require( './../src/addon.node' );
5555
* @example
5656
* var y = pdf( 2.0, -1 );
5757
* // returns NaN
58-
*
59-
* @example
60-
* var y = pdf( 2.0, 1.8 );
61-
* // returns NaN
6258
*/
6359
function pdf( x, n ) {
6460
return addon( x, n );

0 commit comments

Comments
 (0)