Skip to content

Commit fafa940

Browse files
authored
Update README.md
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 890f037 commit fafa940

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/nanmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int main( void ) {
190190
int i;
191191
for ( i = 0; i < 10; i++ ) {
192192
v = stdlib_base_nanmin( x[i], y[i] );
193-
printf( "x[ %d ]: %f, y[ %d ]: %f, nanmin( x[ %d ], y[ %d ] ): %f\n", i, x[ i ], i, y[ i ], i, i, v );
193+
printf( "x[ %d ]: %lf, y[ %d ]: %lf, nanmin( x[ %d ], y[ %d ] ): %lf\n", i, x[ i ], i, y[ i ], i, i, v );
194194
}
195195
}
196196
```

0 commit comments

Comments
 (0)