Spire v0.14.1 Release Notes

Release Date: 2017-03-28 // about 7 years ago
  • ๐Ÿ›  This version add laws for gcd/lcm operations, and fixes corner cases for the standard types such as Rational.

    โž• Additions:

    • Law tests for gcd/lcm

    ๐Ÿ”„ Changes:

    • gcd/lcm are associative and commutative, the Rational gcd/lcm have been aligned to be compatible with the integer gcd/lcm.
    • Corner cases such as gcd(a, 0) are handled correctly