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 toBinaryStringf from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-to-binary-string@esm/index.mjs' ;
45
+ import toBinaryStringf from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-to-binary-string@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### toBinaryStringf( x )
@@ -116,7 +116,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/i
116
116
import round from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs' ;
117
117
import pow from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@esm/index.mjs' ;
118
118
import float64ToFloat32 from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-float64-base-to-float32@esm/index.mjs' ;
119
- import toBinaryStringf from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-to-binary-string@esm/index.mjs' ;
119
+ import toBinaryStringf from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-to-binary-string@v0.2.2- esm/index.mjs' ;
120
120
121
121
var frac;
122
122
var sign;
You can’t perform that action at this time.
0 commit comments