File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ where `b` is the radix (base) and `p` is the precision (number of radix bits in
6767To use in Observable,
6868
6969``` javascript
70- FLOAT16_EPSILON = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js' )
70+ FLOAT16_EPSILON = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2- umd/browser.js' )
7171```
7272
7373To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -79,7 +79,7 @@ var FLOAT16_EPSILON = require( 'path/to/vendor/umd/constants-float16-eps/index.j
7979To include the bundle in a webpage,
8080
8181``` html
82- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js" ></script >
82+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2- umd/browser.js" ></script >
8383```
8484
8585If no recognized module system is present, access bundle contents via the global scope:
@@ -118,7 +118,7 @@ var bool = ( FLOAT16_EPSILON === 0.0009765625 );
118118<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-abs@umd/browser.js" ></script >
119119<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-maxabs@umd/browser.js" ></script >
120120<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js" ></script >
121- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js" ></script >
121+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2- umd/browser.js" ></script >
122122<script type =" text/javascript" >
123123(function () {
124124
You can’t perform that action at this time.
0 commit comments