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@deno/mod.js' ;
45
+ import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.1.0- deno/mod.js' ;
46
46
```
47
47
48
48
#### FLOAT64_MAX_LN
@@ -67,7 +67,7 @@ var bool = ( FLOAT64_MAX_LN === 709.782712893384 );
67
67
<!-- eslint no-undef: "error" -->
68
68
69
69
``` javascript
70
- import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@deno/mod.js' ;
70
+ import FLOAT64_MAX_LN from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.1.0- deno/mod.js' ;
71
71
72
72
console .log ( FLOAT64_MAX_LN );
73
73
// => 709.782712893384
You can’t perform that action at this time.
0 commit comments