Skip to content

Commit a8c17d2

Browse files
authored
chore: update function description
1 parent 24a6789 commit a8c17d2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmin/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmin/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ double API_SUFFIX(stdlib_strided_dnanmin)( const CBLAS_INT N, const double *X, c
3636
}
3737

3838
/**
39-
* Computes the minimum value of a double-precision floating-point strided array, ignoring `NaN` values.
39+
* Computes the minimum value of a double-precision floating-point strided array, ignoring `NaN` values and using alternative indexing semantics.
4040
*
4141
* @param N number of indexed elements
4242
* @param X input array

0 commit comments

Comments
 (0)