2.0.0
This release updates the project for Swift 3.0, including adapting the API to the new naming conventions.
Further changes:
- The behavior of
BigUInt.gcd
when one of the arguments is zero has been fixed; the result in this case is now equal to the other argument. BigInt
now conforms toStrideable
,IntegerArithmetic
,SignedNumber
andAbsoluteValuable
.BigUInt
now conforms toStrideable
,IntegerArithmetic
andBitwiseOperations
.