Re-exports§
pub use MathEngineError as Error;
Structs§
- Number
- Represents a numeric value in mathematical expressions.
- Unit
Value - Represents a value with an associated unit (e.g., “5 meters”, “32 fahrenheit”).
Enums§
- Dimension
Type - Represents the dimension type of a unit
- Math
Engine Error - Error type for expression evaluation
- Unit
- Unified enum for any unit type in the system
- Value
- Unified value type for evaluation results.
Functions§
- evaluate_
expression - Evaluate a mathematical expression and return the computed value.