diophantine v0.2.1.0 Release Notes
Release Date: 2014-11-24 // over 8 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.