Skip to content

Commit bd17893

Browse files
authored
docs: update output values
Signed-off-by: Gunj Joshi <[email protected]>
1 parent e70b3c1 commit bd17893

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinvf/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
> var v = {{alias}}( new {{alias:@stdlib/complex/float32/ctor}}( 2.0, 4.0 ) )
1818
<Complex64>
1919
> var re = {{alias:@stdlib/complex/float32/real}}( v )
20-
0.10000000149011612
20+
~0.1
2121
> var im = {{alias:@stdlib/complex/float32/imag}}( v )
22-
-0.20000000298023224
22+
~-0.2
2323

2424
See Also
2525
--------

0 commit comments

Comments
 (0)