Skip to content

Commit 27b60c1

Browse files
authored
docs: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 98243d3 commit 27b60c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/strided/dnanmidrange

lib/node_modules/@stdlib/stats/strided/dnanmidrange/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ console.log( v );
185185

186186
#### stdlib_strided_dnanmidrange( N, \*X, strideX )
187187

188-
Computes the [mid-range][mid-range] of a double-precision floating-point strided array `x`, ignoring `NaN` values.
188+
Computes the [mid-range][mid-range] of a double-precision floating-point strided array, ignoring `NaN` values.
189189

190190
```c
191191
const double x[] = { 1.0, 0.0/0.0, 3.0, -4.0 };

0 commit comments

Comments
 (0)