Skip to content

Commit ed13429

Browse files
committed
feat: update math/base/special TypeScript declarations
Signed-off-by: stdlib-bot <[email protected]>
1 parent 15858f6 commit ed13429

File tree

1 file changed

+1
-9
lines changed
  • lib/node_modules/@stdlib/math/base/special/docs/types

1 file changed

+1
-9
lines changed

lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3835,17 +3835,9 @@ interface Namespace {
38353835
*
38363836
* @example
38373837
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
3838-
* var real = require( '@stdlib/complex/float32/real' );
3839-
* var imag = require( '@stdlib/complex/float32/imag' );
38403838
*
38413839
* 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
3840+
* // returns <Complex64>[ ~-0.607, ~0.795 ]
38493841
*/
38503842
csignumf: typeof csignumf;
38513843

0 commit comments

Comments
 (0)