Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
  • Loading branch information
gunjjoshi authored Oct 23, 2024
1 parent 890f037 commit fafa940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int main( void ) {
int i;
for ( i = 0; i < 10; i++ ) {
v = stdlib_base_nanmin( x[i], y[i] );
printf( "x[ %d ]: %f, y[ %d ]: %f, nanmin( x[ %d ], y[ %d ] ): %f\n", i, x[ i ], i, y[ i ], i, i, v );
printf( "x[ %d ]: %lf, y[ %d ]: %lf, nanmin( x[ %d ], y[ %d ] ): %lf\n", i, x[ i ], i, y[ i ], i, i, v );
}
}
```
Expand Down

0 comments on commit fafa940

Please sign in to comment.