Skip to content

Commit 817df00

Browse files
authored
chore: use smallest subnormal
Signed-off-by: Athan <[email protected]>
1 parent 5decbbb commit 817df00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/coth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"domain": [
9191
{
9292
"min": "-infinity",
93-
"max": 0
93+
"max": -5e-324
9494
},
9595
{
96-
"min": 0,
96+
"min": 5e-324,
9797
"max": "infinity"
9898
}
9999
],

0 commit comments

Comments
 (0)