Skip to content

Releases: brick/math

0.2.2

04 Jun 10:29
Compare
Choose a tag to compare

Stronger immutability guarantee for BigInteger and BigDecimal.

So far, it would have been possible to break immutability of these classes by calling the unserialize() internal function. This release fixes that.

0.2.1

02 Jun 21:07
Compare
Choose a tag to compare

Added BigDecimal::divideAndRemainder()

0.2.0

22 May 11:59
Compare
Choose a tag to compare
  • min() and max() do not accept an array anymore, but a variable number of parameters
  • minimum PHP version is now 5.6
  • continuous integration with PHP 7

0.1.1

01 Sep 19:46
Compare
Choose a tag to compare
  • Added BigInteger::power()
  • Added HHVM support

0.1.0

31 Aug 15:12
Compare
Choose a tag to compare

First beta release.