Skip to content

feat: add stats/incr/nanprod #6026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
done
  • Loading branch information
jalajk3004 committed Mar 13, 2025
commit 179f318cf4461203ff8410774171c02a81de0ace
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/incr/nanprod/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var incrprod = require( '@stdlib/stats/incr/prod' );
* @returns {Function} accumulator function
*
* @example
* var accumulator = incrprod();
* var accumulator = incrnanprod();
*
* var prod = accumulator();
* // returns null
Expand Down