Function exmex::parse[][src]

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

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

Errrors

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