eval_ctx

Function eval_ctx 

Source
pub fn eval_ctx<N: Num + 'static>(
    expr: &str,
    ctx: &Context<N>,
) -> Result<Answer<N>, EvalError>
Expand description

Parse and evaluate a string with the given context