Skip to content

Commit d818f9e

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent d19fe41 commit d818f9e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/snansum/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/snansum/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ float API_SUFFIX(stdlib_strided_snansum)( const CBLAS_INT N, const float *X, con
3535
}
3636

3737
/**
38-
* Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values.
38+
* Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using alternative indexing semantics.
3939
*
4040
* @param N number of indexed elements
4141
* @param X input array

0 commit comments

Comments
 (0)