We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571828b commit c94b0c9Copy full SHA for c94b0c9
1 file changed
lib/node_modules/@stdlib/complex/base/cast-return/examples/index.js
@@ -29,6 +29,5 @@ var f = castReturn( addf, 2, Complex64 );
29
var z = f( 3.0, 4.0 );
30
// returns <Complex64>[ 7.0, 0.0 ]
31
32
-
33
console.log( z.toString() );
34
// => '7 + 0i'
0 commit comments