Trait rustnomial::Integrable[][src]

pub trait Integrable<N, P: FreeSizePolynomial<N> + Evaluable<N>> {
    fn integral(&self) -> Integral<N, P>;
}

Required methods

Implementors