[][src]Trait algebraics::util::IsPseudoPrime

pub trait IsPseudoPrime: Integer + ToPrimitive + Clone + FromPrimitive + ModularReducePow + Shr<usize, Output = Self> + MulAssign + TrailingZeros + Modulus<Self> + Roots + RingCharacteristic<Type = CharacteristicZero> {
    fn is_pseudo_prime(&self) -> bool { ... }
}

Provided methods

fn is_pseudo_prime(&self) -> bool

Loading content...

Implementors

Loading content...