Skip to content

Commit 9d94c66

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d94d27d commit 9d94c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/lapack/base/crot

lib/node_modules/@stdlib/lapack/base/crot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ var s = new Complex64( 0.0, 0.75 );
9999
crot( 2, cx1, -2, cy1, 1, 1.25, s );
100100

101101
var z = cy0.get( 2 );
102-
// returns <Complex64>[ ~-6, ~5.25 ]
102+
// returns <Complex64>[ ~-6.0, ~5.25 ]
103103

104104
z = cx0.get( 3 );
105-
// returns <Complex64>[ ~8.75, ~10 ]
105+
// returns <Complex64>[ ~8.75, ~10.0 ]
106106
```
107107

108108
#### crot.ndarray( N, cx, strideCX, offsetCX, cy, strideCY, offsetCY, c, s )

0 commit comments

Comments
 (0)