Skip to content

Commit fcc9c49

Browse files
authored
Update example
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 00f3843 commit fcc9c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/sminabs/examples/c

lib/node_modules/@stdlib/stats/base/ndarray/sminabs/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main( void ) {
6363
// Define a list of ndarrays:
6464
const struct ndarray *arrays[] = { x };
6565

66-
// Compute the minimum value:
66+
// Compute the minimum absolute value:
6767
float v = stdlib_stats_sminabs( arrays );
6868

6969
// Print the result:

0 commit comments

Comments
 (0)