pub fn eval_ctx<N: Num + 'static>( expr: &str, ctx: &Context<N>, ) -> Result<Answer<N>, EvalError>
Parse and evaluate a string with the given context