BigInt v2.0.0 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ๐Ÿš€ 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 to Strideable, IntegerArithmetic, SignedNumber and AbsoluteValuable.
    • BigUInt now conforms to Strideable, IntegerArithmetic and BitwiseOperations.