equations icon indicating copy to clipboard operation
equations copied to clipboard

An equation solving library written in Dart.

Results 3 equations issues
Sort by recently updated
recently updated
newest added

Get roots for this cubic polynomial occurred exception `f(x) = x^3-1` `ComplexException (ComplexException: The reciprocal of zero is undefined.)`

bug

## 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...

bug
documentation

**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...

enhancement