eval_float

Function eval_float 

Source
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.