fix(math): fix edge cases of ln and pow
This commit is contained in:
parent
b580f1caab
commit
d9b632abef
3 changed files with 136 additions and 9 deletions
|
|
@ -22,3 +22,4 @@ thiserror = "1.0.61"
|
|||
quickcheck = "1.0"
|
||||
quickcheck_macros = "1.0"
|
||||
rand = "0.8"
|
||||
proptest = "1.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue