Skip to content

Commit 180ca75

Browse files
Update README.md
Signed-off-by: Karan Anand <[email protected]>
1 parent 38f2b0f commit 180ca75

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/kernel-sinf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int main( void ) {
148148
int i;
149149
for ( i = 0; i < 10; i++ ) {
150150
out = stdlib_base_kernel_sinf( x[ i ] );
151-
printf ( "x[ i ]: %lf, out: %f\n", x[ i ], out );
151+
printf ( "kernelSinf(%lf) = %f\n", x[ i ], out );
152152
}
153153
}
154154
```

0 commit comments

Comments
 (0)