Skip to content

Commit dad862b

Browse files
committed
feat: Lint Fix
1 parent d8c322d commit dad862b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/sdsmean/docs

lib/node_modules/@stdlib/stats/base/ndarray/sdsmean/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
{{alias}}( arrays )
3-
Computes the arithmetic mean of a one-dimensional single-precision floating-
4-
point ndarray using extended accumulation.
3+
Computes the arithmetic mean of a one-dimensional single-precision
4+
floating-point ndarray using extended accumulation.
55

6-
Accumulated intermediate values are stored as double-precision floating-point
7-
numbers.
6+
Accumulated intermediate values are stored as double-precision floating-
7+
point numbers.
88

99
If provided an empty ndarray, the function returns `NaN`.
1010

0 commit comments

Comments
 (0)