Trait twenty_first::math::traits::PrimitiveRootOfUnity

source ·
pub trait PrimitiveRootOfUnity
where Self: Sized,
{ // Required method fn primitive_root_of_unity(n: u64) -> Option<Self>; }

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§