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
@@ -185,13 +185,13 @@ console.log( v );
185
185
186
186
#### stdlib_strided_dsnanmean( N, \*X, strideX )
187
187
188
-
Computes the arithmetic mean of a single-precision floating-point strided array`x`, ignoring `NaN` values, using extended accumulation, and returning an extended precision result.
188
+
Computes the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values, using extended accumulation, and returning an extended precision result.
0 commit comments