Function evalexpr::eval_float[][src]

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

Evaluate the given expression string into a float.

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