|
39 | 39 | "@stdlib/math/base/napi/unary",
|
40 | 40 | "@stdlib/complex/float64/ctor",
|
41 | 41 | "@stdlib/complex/float64/reim",
|
42 |
| - "@stdlib/math/base/special/hypot" |
| 42 | + "@stdlib/math/base/special/hypot", |
| 43 | + "@stdlib/math/base/assert/is-nan", |
| 44 | + "@stdlib/math/base/assert/is-infinite", |
| 45 | + "@stdlib/constants/float64/pinf" |
43 | 46 | ]
|
44 | 47 | },
|
45 | 48 | {
|
|
55 | 58 | "dependencies": [
|
56 | 59 | "@stdlib/complex/float64/ctor",
|
57 | 60 | "@stdlib/complex/float64/reim",
|
58 |
| - "@stdlib/math/base/special/hypot" |
| 61 | + "@stdlib/math/base/special/hypot", |
| 62 | + "@stdlib/math/base/assert/is-nan", |
| 63 | + "@stdlib/math/base/assert/is-infinite", |
| 64 | + "@stdlib/constants/float64/pinf" |
59 | 65 | ]
|
60 | 66 | },
|
61 | 67 | {
|
|
71 | 77 | "dependencies": [
|
72 | 78 | "@stdlib/complex/float64/ctor",
|
73 | 79 | "@stdlib/complex/float64/reim",
|
74 |
| - "@stdlib/math/base/special/hypot" |
| 80 | + "@stdlib/math/base/special/hypot", |
| 81 | + "@stdlib/math/base/assert/is-nan", |
| 82 | + "@stdlib/math/base/assert/is-infinite", |
| 83 | + "@stdlib/constants/float64/pinf" |
75 | 84 | ]
|
76 | 85 | }
|
77 | 86 | ]
|
|
0 commit comments