pub trait PrimitiveRootOfUnitywhere
    Self: Sized,
{ fn primitive_root_of_unity(n: u64) -> Option<Self>; }

Required Methods§

Implementors§