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 27ab019 commit 1e901c4Copy full SHA for 1e901c4
lib/node_modules/@stdlib/constants/complex128/README.md
@@ -27,7 +27,7 @@ limitations under the License.
27
## Usage
28
29
```javascript
30
-var constants = require( '@stdlib/constants/complex128/' );
+var constants = require( '@stdlib/constants/complex128' );
31
```
32
33
#### constants
@@ -63,7 +63,7 @@ var c = constants;
63
64
65
var objectKeys = require( '@stdlib/utils/keys' );
66
67
68
console.log( objectKeys( constants ) );
69
0 commit comments