diophantine v0.2.1.0 Release Notes

Release Date: 2014-11-24 // over 9 years ago
  • ๐Ÿ›  Fixes the string parser

    ๐Ÿ“œ The string parser used to be based on regex matching. This was super brittle.
    ๐Ÿ“œ Now, this uses happy to parse the expression and actually simplifies it before constructing the
    equation.

    ๐Ÿ›  Fixes an issue in solveLinear

    There was some infinite recursion that could occur for some equations.


Previous changes from v0.2.0.0