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 8899b54 commit 14bb790Copy full SHA for 14bb790
lib/node_modules/@stdlib/stats/incr/nanmminmax/lib/index.js
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2018 The Stdlib Authors.
+* Copyright (c) 2025 The Stdlib Authors.
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
lib/node_modules/@stdlib/stats/incr/nanmminmax/lib/main.js
@@ -36,7 +36,7 @@ var incrmminmax = require( '@stdlib/stats/incr/mminmax' );
36
* @returns {Function} accumulator function
37
38
* @example
39
-* var accumulator = incrmminmax( 3 );
+* var accumulator = incrnanmminmax( 3 );
40
41
* var mm = accumulator();
42
* // returns null
0 commit comments