Skip to content

Commit c380280

Browse files
Update lib/node_modules/@stdlib/math/base/special/fast/pow-int/README.md
Co-authored-by: Pranav <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
1 parent 3601479 commit c380280

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/pow-int

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fast/pow-int/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ int main( void ) {
216216
int i;
217217
for ( i = 0; i < 4; i++ ) {
218218
z = stdlib_base_fast_pow( x[ i ], y[ i ] );
219-
printf( "pow( %lf, %lf ) = %lf\n", x[ i ], y[ i ], z );
219+
printf( "pow( %lf, %d ) = %lf\n", x[ i ], y[ i ], z );
220220
}
221221
}
222222
```

0 commit comments

Comments
 (0)