Function exmex::parse

source ·
pub fn parse<T>(text: &str) -> ExResult<FlatEx<T>>
where T: DataType + Float, <T as FromStr>::Err: Debug,
Expand description

Parses a string and returns the expression with default operators that can be evaluated.

Errrors

In case the parsing went wrong, e.g., due to an invalid input string, an ExError is returned.