math library

This package contains a simple expression parser.

Classes

Binary
A binary expression.
Expression
An abstract expression that can be evaluated.
Unary
An unary expression.
Value
A value expression.
Variable
A variable expression.

Properties

constants Map<String, double>
Common mathematical constants.
final
functions Map<String, double Function(num x)>
Common mathematical functions.
final
parser → Parser<Expression>
final