Skip to content

Commit 52e9aa8

Browse files
committed
docs: update example
1 parent 8e33b88 commit 52e9aa8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/csrot

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/csrot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Applies a plane rotation.
295295
float x[] = { 1.0f, 2.0f, 3.0f, 4.0f }; // interleaved real and imaginary components
296296
float y[] = { 5.0f, 6.0f, 7.0f, 8.0f };
297297

298-
c_csrot( 2, (void *)x, 1, (void *)y, 1, 0.8, 0.6 );
298+
c_csrot( 2, (void *)x, 1, (void *)y, 1, 0.8f, 0.6f );
299299
```
300300
301301
The function accepts the following arguments:

0 commit comments

Comments
 (0)