Skip to content

Commit 47fe186

Browse files
committed
revert
1 parent 6770168 commit 47fe186

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/minmax/src

1 file changed

+1
-1
lines changed

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
@@ -36,7 +36,7 @@
3636
*/
3737

3838

39-
double stdlib_base_minmax( const double x, const double y, double* out[] ) {
39+
double stdlib_base_minmax( const double x, const double y, double* out ) {
4040

4141
if( stdlib_base_is_nan( x ) || stdlib_base_is_nan( y ) ){
4242
out[ 0 ] = 0.0 / 0.0;

0 commit comments

Comments
 (0)