pub trait ExtraOps {
    fn pow(&self, n: usize) -> Polynomial;
}

Required Methods§

Implementors§