Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitRaut04 committed Nov 14, 2024
1 parent 6ca0a3f commit 3346b22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 252 deletions.
113 changes: 0 additions & 113 deletions lib/node_modules/@stdlib/math/base/special/minmax/benchmark/c/Makefile

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* @example
* double* y = stdlib_base_minmax( 4.0, -5.0 );
* // returns { -5.0, 4.0}
* // returns [ -5.0, 4.0 ]
*/


Expand Down

0 comments on commit 3346b22

Please sign in to comment.