Brick\Math v0.9.2 Release Notes
Release Date: 2021-01-20 // over 1 year ago-
๐ ๐ Bug fix
- 0๏ธโฃ Incorrect results could be returned when using the BCMath calculator, with a default scale set with
bcscale()
, on PHP >= 7.2 (#55).
- 0๏ธโฃ Incorrect results could be returned when using the BCMath calculator, with a default scale set with
Previous changes from v0.9.1
-
๐ฑ โจ New features
BigInteger::not()
returns the bitwiseNOT
value
๐ ๐ Bug fixes
BigInteger::toBytes()
could return an incorrect binary representation for some numbers- The bitwise operations
and()
,or()
,xor()
onBigInteger
could return an incorrect result when the GMP extension is not available