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