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/dsmean/include/stdlib/stats/base/dsmean.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ extern "C" {
31
31
/**
32
32
* Computes the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
* Computes the mean absolute value of a double-precision floating-point strided array, ignoring `NaN` values and using alternative indexing semantics .
0 commit comments