equations
equations copied to clipboard
An equation solving library written in Dart.
Get roots for this cubic polynomial occurred exception `f(x) = x^3-1` `ComplexException (ComplexException: The reciprocal of zero is undefined.)`
## Why? The package needs a dependency update and some bug fixing/improvements ## What? - Added a new `Factorial.computeBigInt` method to calculate factorials using `BigInt` rather than `int` - Fixed...
**Is your feature request related to a problem? Please describe.** I cannot use the latest `xml` which depends on a newer `petitparser` because `equations` is holding us back to the...