pub trait OddModular<E>: Modular<E> { }
Expand description

Safety

This trait is safe to implement only when <Self as Modular>::P is indeed an odd number

this trait indicates if the modular is odd

Implementors§