Trait rustnomial::Evaluable[][src]

pub trait Evaluable<N> {
    fn eval(&self, point: N) -> N;
}

Required methods

Evaluates self at point, and returns the result.

Implementors