Function eval_float

Source
pub fn eval_float(
    string: &str,
) -> EvalexprResult<<DefaultNumericTypes as EvalexprNumericTypes>::Float>
Expand description

Evaluate the given expression string into a float.

See the crate doc for more examples and explanations of the expression format.