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 d8c322d commit dad862bCopy full SHA for dad862b
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/sdsmean/docs/repl.txt
@@ -1,10 +1,10 @@
1
2
{{alias}}( arrays )
3
- Computes the arithmetic mean of a one-dimensional single-precision floating-
4
- point ndarray using extended accumulation.
+ Computes the arithmetic mean of a one-dimensional single-precision
+ floating-point ndarray using extended accumulation.
5
6
- Accumulated intermediate values are stored as double-precision floating-point
7
- numbers.
+ Accumulated intermediate values are stored as double-precision floating-
+ point numbers.
8
9
If provided an empty ndarray, the function returns `NaN`.
10
0 commit comments