Function rcalc_lib::parse::eval[][src]

pub fn eval(expr: &str, state: &mut CalcState) -> CalcResult
Expand description

evaluates a given expression and returns either result or error