Skip to content

0.8.3

Compare
Choose a tag to compare
@BenMorel BenMorel released this 06 Dec 12:47
· 263 commits to master since this release

New method

BigInteger::sqrt() calculates the square root of a number (thanks @peter279k).

New exception

NegativeNumberException is thrown when calling sqrt() on a negative number.