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 2717e04 commit 4b94211Copy full SHA for 4b94211
lib/node_modules/@stdlib/stats/base/dsmean/README.md
@@ -61,7 +61,7 @@ var Float32Array = require( '@stdlib/array/float32' );
61
var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );
62
63
var v = dsmean( x.length, x, 1 );
64
-// returns ~0.333
+// returns ~0.33333
65
```
66
67
The function has the following parameters:
0 commit comments