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