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 3153991 commit 6812566Copy full SHA for 6812566
lib/node_modules/@stdlib/math/base/special/cinvf/docs/types/index.d.ts
@@ -37,10 +37,10 @@ import { Complex64 } from '@stdlib/types/complex';
37
* // returns <Complex64>
38
*
39
* var re = real( v );
40
-* // returns 0.10000000149011612
+* // returns ~0.1
41
42
* var im = imag( v );
43
-* // returns -0.20000000298023224
+* // returns ~-0.2
44
*/
45
declare function cinvf( z: Complex64 ): Complex64;
46
0 commit comments