We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fe914 commit ede2fc2Copy full SHA for ede2fc2
2 files changed
lib/node_modules/@stdlib/constants/math/README.md
@@ -1,6 +1,6 @@
1
# Constants
2
3
-> Standard library of mathematical constants.
+> Mathematical constants.
4
5
<section class="usage">
6
@@ -12,7 +12,7 @@ var constants = require( '@stdlib/constants/math' );
12
13
#### constants
14
15
-Standard library of mathematical constants.
+Mathematical constants.
16
17
```javascript
18
var c = constants;
lib/node_modules/@stdlib/constants/math/package.json
@@ -1,7 +1,7 @@
{
"name": "@stdlib/constants/math",
"version": "0.0.0",
- "description": "Standard library of mathematical constants.",
+ "description": "Mathematical constants.",
"license": "Apache-2.0",
"author": {
7
"name": "The Stdlib Authors",
0 commit comments