Skip to content

Commit 1d4c9f4

Browse files
authored
chore: keep exponent non-negative to prevent NaNs
Signed-off-by: Athan <kgryte@gmail.com>
1 parent ef91fd6 commit 1d4c9f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"rand": {
139139
"prng": "random/base/uniform",
140140
"parameters": [
141-
-10,
141+
0,
142142
10
143143
]
144144
},

0 commit comments

Comments
 (0)