|
39 | 39 | "@stdlib/math/base/napi/unary",
|
40 | 40 | "@stdlib/math/base/special/log1p",
|
41 | 41 | "@stdlib/math/base/assert/is-nan",
|
| 42 | + "@stdlib/constants/float64/high_word_abs_mask", |
| 43 | + "@stdlib/number/float64/base/set_high_word", |
| 44 | + "@stdlib/number/float64/base/to_words", |
42 | 45 | "@stdlib/constants/float64/pinf",
|
43 | 46 | "@stdlib/constants/float64/ninf"
|
44 | 47 | ]
|
|
56 | 59 | "dependencies": [
|
57 | 60 | "@stdlib/math/base/special/log1p",
|
58 | 61 | "@stdlib/math/base/assert/is-nan",
|
| 62 | + "@stdlib/constants/float64/high_word_abs_mask", |
| 63 | + "@stdlib/number/float64/base/set_high_word", |
| 64 | + "@stdlib/number/float64/base/to_words", |
59 | 65 | "@stdlib/constants/float64/pinf",
|
60 | 66 | "@stdlib/constants/float64/ninf"
|
61 | 67 | ]
|
|
73 | 79 | "dependencies": [
|
74 | 80 | "@stdlib/math/base/special/log1p",
|
75 | 81 | "@stdlib/math/base/assert/is-nan",
|
| 82 | + "@stdlib/constants/float64/high_word_abs_mask", |
| 83 | + "@stdlib/number/float64/base/set_high_word", |
| 84 | + "@stdlib/number/float64/base/to_words", |
76 | 85 | "@stdlib/constants/float64/pinf",
|
77 | 86 | "@stdlib/constants/float64/ninf"
|
78 | 87 | ]
|
|
0 commit comments