Skip to content

Commit 5decbbb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"domain": [
8989
{
9090
"min": "-infinity",
91-
"max": 0
91+
"max": -1.4e-45
9292
},
9393
{
94-
"min": 0,
94+
"min": 1.4e-45,
9595
"max": "infinity"
9696
}
9797
],

0 commit comments

Comments
 (0)