Skip to content

Commit d48c710

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

lib/node_modules/@stdlib/lapack/base/crot/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
> var s = new {{alias:@stdlib/complex/float32/ctor}}( 0.3, 0.4 );
6969
> {{alias}}( 1, cx1, 1, cy1, 1, 0.8, s );
7070
> z = cy0.get( 2 )
71-
<Complex64>[ ~-2.5, 0 ]
71+
<Complex64>[ ~-2.5, 0.0 ]
7272
> z = cx0.get( 1 )
7373
<Complex64>[ ~2.4, ~3.2 ]
7474

@@ -133,7 +133,7 @@
133133
> var s = new {{alias:@stdlib/complex/float32/ctor}}( 0.3, 0.4 );
134134
> {{alias}}.ndarray( 1, cx, 2, 1, cy, 2, 1, 0.8, s );
135135
> z = cy.get( 1 )
136-
<Complex64>[ ~-2.5, 0 ]
136+
<Complex64>[ ~-2.5, 0.0 ]
137137
> z = cx.get( 1 )
138138
<Complex64>[ ~2.4, ~3.2 ]
139139

0 commit comments

Comments
 (0)