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
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [arithmetic mean][arithmetic-mean] of every other element in `x`,
74
74
@@ -183,13 +183,13 @@ console.log( v );
183
183
184
184
#### stdlib_strided_dnanmeanpn( N, \*X, strideX )
185
185
186
-
Computes arithmetic mean of a double-precision floating-point strided array`x`, ignoring `NaN` values and using a two-pass error correction algorithm.
186
+
Computes arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using a two-pass error correction algorithm.
0 commit comments