Crate mathengine
Source pub use MathEngineError as Error;
- Number
- Represents a numeric value in mathematical expressions.
- UnitValue
- Represents a value with an associated unit (e.g., “5 meters”, “32 fahrenheit”).
- DimensionType
- Represents the dimension type of a unit
- MathEngineError
- Error type for expression evaluation
- Unit
- Unified enum for any unit type in the system
- Value
- Unified value type for evaluation results.
- evaluate_expression
- Evaluate a mathematical expression and return the computed value.