We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5539446 commit 69bae07Copy full SHA for 69bae07
lib/node_modules/@stdlib/stats/incr/mae/lib/index.js
@@ -32,7 +32,7 @@
32
* // returns null
33
*
34
* m = accumulator( 2.0, 3.0 );
35
-* // returns 2.0
+* // returns 1.0
36
37
* m = accumulator( -5.0, 2.0 );
38
* // returns 4.0
0 commit comments