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.
math/base/special
1 parent 7cf51e4 commit b50060aCopy full SHA for b50060a
lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts
@@ -3835,17 +3835,9 @@ interface Namespace {
3835
*
3836
* @example
3837
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
3838
- * var real = require( '@stdlib/complex/float32/real' );
3839
- * var imag = require( '@stdlib/complex/float32/imag' );
3840
3841
* var v = ns.csignumf( new Complex64( -4.2, 5.5 ) );
3842
- * // returns <Complex64>
3843
- *
3844
- * var re = real( v );
3845
- * // returns ~-0.607
3846
3847
- * var im = imag( v );
3848
- * // returns ~0.795
+ * // returns <Complex64>[ ~-0.607, ~0.795 ]
3849
*/
3850
csignumf: typeof csignumf;
3851
0 commit comments