You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dsnanmeanpn/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,13 +184,13 @@ console.log( v );
184
184
185
185
#### stdlib_strided_dsnanmeanpn( N, \*X, strideX )
186
186
187
-
Computes the arithmetic mean of a single-precision floating-point strided array `x`, ignoring `NaN` values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
187
+
Computes the arithmetic mean of a single-precision floating-point strided array , ignoring `NaN` values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
0 commit comments