Skip to content

Commit 979c2a4

Browse files
authored
chore: use smallest subnormal
Signed-off-by: Athan <[email protected]>
1 parent e545bb9 commit 979c2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/cot/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": -5e-324
9292
},
9393
{
94-
"min": 0,
94+
"min": 5e-324,
9595
"max": "infinity"
9696
}
9797
],

0 commit comments

Comments
 (0)