eval_ex 1.0.0
eval_ex: ^1.0.0 copied to clipboard
A mathematical and logical expression evaluator.
[1.0.0] - 9/15/2020 #
Initial port of https://github.com/uklimaschewski/EvalEx. Differences in implementation currently: - Hyperbolic functions aren't support - The SQRT function is currently limited to 64-bit precision - Built in operators/functions/variables are instead defined in eval_ex.dart - Precision is handled slightly differently (no math context)