fix(math): fix edge cases of ln and pow

This commit is contained in:
Andrew Westberg 2024-10-26 19:09:33 +00:00
parent b580f1caab
commit d9b632abef
3 changed files with 136 additions and 9 deletions

View file

@ -22,3 +22,4 @@ thiserror = "1.0.61"
quickcheck = "1.0"
quickcheck_macros = "1.0"
rand = "0.8"
proptest = "1.5"