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 48b7503 commit 1e93717Copy full SHA for 1e93717
2 files changed
.github/.keepalive
docs/types/index.d.ts
@@ -29,7 +29,7 @@ import { Complex128 } from '@stdlib/types/complex';
29
* @returns boolean indicating if a value is a 128-bit complex number
30
*
31
* @example
32
-* var Complex128 = require( `@stdlib/complex/float64` );
+* var Complex128 = require( '@stdlib/complex-float64' );
33
34
* var x = new Complex128( 4.0, 2.0 );
35
0 commit comments