Crate mathengine

Crate mathengine 

Source

Re-exports§

pub use MathEngineError as Error;

Structs§

Number
Represents a numeric value in mathematical expressions.
UnitValue
Represents a value with an associated unit (e.g., “5 meters”, “32 fahrenheit”).

Enums§

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.

Functions§

evaluate_expression
Evaluate a mathematical expression and return the computed value.