Brick\Math v0.8.3 Release Notes

Release Date: 2018-12-06 // over 5 years ago
  • ๐Ÿ†• 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.