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