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 047ec42 commit d9bd67eCopy full SHA for d9bd67e
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import LN2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-ln-two@esm/index.mjs';
+import LN2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-ln-two@v0.2.1-esm/index.mjs';
46
```
47
48
#### LN2
@@ -72,7 +72,7 @@ var bool = ( LN2 === 0.6931471805599453 );
72
<body>
73
<script type="module">
74
75
76
77
console.log( LN2 );
78
// => 0.6931471805599453
0 commit comments