Function meval::eval_str_with_context [] [src]

pub fn eval_str_with_context<S: AsRef<str>, C: ContextProvider>(expr: S,
                                                                ctx: C)
                                                                -> Result<f64, Error>

Evaluates a string with the given context.

No built-ins are defined in this case.