Expand description
A high-level library for parsing and evaluating mathematical expressions.
Macros§
- expr
- Creates an expression at compile time.
Functions§
- create_
function - Creates a function from a string expression.
- evaluate
- Evaluates a string expression with the given variables.
- parse
- Parses a string into an expression.