We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ddc11 commit 179f318Copy full SHA for 179f318
lib/node_modules/@stdlib/stats/incr/nanprod/lib/main.js
@@ -39,7 +39,7 @@ var incrprod = require( '@stdlib/stats/incr/prod' );
39
* @returns {Function} accumulator function
40
*
41
* @example
42
-* var accumulator = incrprod();
+* var accumulator = incrnanprod();
43
44
* var prod = accumulator();
45
* // returns null
0 commit comments