Skip to content

Commit 0e3b29b

Browse files
gunjjoshikgryte
andauthored
Update lib/node_modules/@stdlib/math/base/special/nanmax/README.md
Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
1 parent 8f0bfc0 commit 0e3b29b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/nanmax/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_nanmax( x[i], y[i] );
193-
printf( "x[ %d ]: %f, y[ %d ]: %f, nanmax( x[ %d ], y[ %d ] ): %f\n", i, x[ i ], i, y[ i ], i, i, v );
193+
printf( "x[ %d ]: %lf, y[ %d ]: %lf, nanmax( x[ %d ], y[ %d ] ): %lf\n", i, x[ i ], i, y[ i ], i, i, v );
194194
}
195195
}
196196
```

0 commit comments

Comments
 (0)