Skip to content

Commit 53bf2e9

Browse files
authored
chore: update function description
1 parent 8ce6f17 commit 53bf2e9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmin/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_dmin)( const CBLAS_INT N, const double *X, cons
3636
}
3737

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

0 commit comments

Comments
 (0)