Trait twenty_first::shared_math::traits::PrimitiveRootOfUnity
source · [−]pub trait PrimitiveRootOfUnitywhere
Self: Sized,{
fn primitive_root_of_unity(n: u64) -> Option<Self>;
}
Required Methods
source