Skip to content

Commit 3346b22

Browse files
committed
update
1 parent 6ca0a3f commit 3346b22

File tree

3 files changed

+1
-252
lines changed

3 files changed

+1
-252
lines changed

lib/node_modules/@stdlib/math/base/special/minmax/benchmark/c/Makefile

Lines changed: 0 additions & 113 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/minmax/benchmark/c/benchmark.c

Lines changed: 0 additions & 138 deletions
This file was deleted.

lib/node_modules/@stdlib/math/base/special/minmax/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @example
3333
* double* y = stdlib_base_minmax( 4.0, -5.0 );
34-
* // returns { -5.0, 4.0}
34+
* // returns [ -5.0, 4.0 ]
3535
*/
3636

3737

0 commit comments

Comments
 (0)