File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@esm/index.mjs' ;
45
+ import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
#### FLOAT64_MAX_LN
@@ -72,7 +72,7 @@ var bool = ( FLOAT64_MAX_LN === 709.782712893384 );
72
72
<body >
73
73
<script type =" module" >
74
74
75
- import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@esm/index.mjs' ;
75
+ import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.2.1- esm/index.mjs' ;
76
76
77
77
console .log ( FLOAT64_MAX_LN );
78
78
// => 709.782712893384
You can’t perform that action at this time.
0 commit comments