File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/constants-float32-exponent-bias" : " ^0.1.0 " ,
40+ "@stdlib/constants-float32-exponent-bias" : " ^0.1.1 " ,
4141 "@stdlib/constants-float32-ninf" : " ^0.1.0" ,
4242 "@stdlib/constants-float32-pinf" : " ^0.1.0" ,
4343 "@stdlib/math-base-special-abs" : " ^0.1.0" ,
4747 "@stdlib/string-right-pad" : " ^0.1.0"
4848 },
4949 "devDependencies" : {
50- "@stdlib/assert-is-string" : " ^0.1.0 " ,
50+ "@stdlib/assert-is-string" : " ^0.1.1 " ,
5151 "@stdlib/bench" : " ^0.1.0" ,
52- "@stdlib/constants-float32-smallest-normal" : " ^0.1.0 " ,
52+ "@stdlib/constants-float32-smallest-normal" : " ^0.1.1 " ,
5353 "@stdlib/math-base-special-pow" : " ^0.1.0" ,
54- "@stdlib/math-base-special-round" : " ^0.1.0 " ,
54+ "@stdlib/math-base-special-round" : " ^0.1.1 " ,
5555 "@stdlib/number-float64-base-to-float32" : " ^0.1.0" ,
5656 "@stdlib/random-base-randu" : " ^0.1.0" ,
5757 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ var NUM_EXPONENT_BITS = 8;
3737
3838// FIXTURES //
3939
40- var small = require ( './../..xtures /julia/bits_1e-36_1e-38.json' ) ;
41- var medium = require ( './../..xtures /julia/bits_-1e3_1e3.json' ) ;
42- var large = require ( './../..xtures /julia/bits_1e36_1e38.json' ) ;
43- var subnormal = require ( './../..xtures /julia/bits_1e-39_1e-45.json' ) ;
40+ var small = require ( './../fixtures /julia/bits_1e-36_1e-38.json' ) ;
41+ var medium = require ( './../fixtures /julia/bits_-1e3_1e3.json' ) ;
42+ var large = require ( './../fixtures /julia/bits_1e36_1e38.json' ) ;
43+ var subnormal = require ( './../fixtures /julia/bits_1e-39_1e-45.json' ) ;
4444
4545
4646// TESTS //
You can’t perform that action at this time.
0 commit comments