Function meval::eval_str_with_context [] [src]

pub fn eval_str_with_context<S: AsRef<str>, C: Context>(expr: S, ctx: C) -> Result<f64Error>

Evaluates a string with the given context.

No build-ins are defined in this case.