[][src]Function evalexpr::eval_float

pub fn eval_float(string: &str) -> EvalexprResult<FloatType>

Evaluate the given expression string into a float.

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