Trait cdc::Polynom [] [src]

pub trait Polynom {
    fn degree(&self) -> i32;
fn modulo(&self, m: &Self) -> Self; }

Required Methods

Implementors