We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e620f2 commit 0c7aeaeCopy full SHA for 0c7aeae
lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts
@@ -2967,7 +2967,7 @@ interface Namespace {
2967
* var real = require( '@stdlib/complex/float64/real' );
2968
* var imag = require( '@stdlib/complex/float64/imag' );
2969
*
2970
- * var v = cceil( new Complex128( -4.2, 5.5 ) );
+ * var v = ns.csignum( new Complex128( -4.2, 5.5 ) );
2971
* // returns <Complex128>
2972
2973
* var re = real( v );
0 commit comments