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