Struct meval::CustomFunc2 [] [src]

pub struct CustomFunc2<S, T>(pub S, pub T);

A custom function of two variables.

Trait Implementations

impl<S: AsRef<str>, T: Fn(f64, f64) -> f64> Context for CustomFunc2<S, T>
[src]

fn eval_func(&self, name: &str, args: &[f64]) -> Result<f64FuncEvalError>

fn get_var(&self, _: &str) -> Option<f64>