Uses of Enum
it.unich.jgmp.MPZ.PrimalityStatus
Packages that use MPZ.PrimalityStatus
-
Uses of MPZ.PrimalityStatus in it.unich.jgmp
Subclasses with type arguments of type MPZ.PrimalityStatus in it.unich.jgmpModifier and TypeClassDescriptionstatic enumResult enumeration for themethod.invalid reference
isProbabPrimeMethods in it.unich.jgmp that return MPZ.PrimalityStatusModifier and TypeMethodDescriptionMPZ.isProbabPrime(int reps) Returntrueif and only ifthisis prime.static MPZ.PrimalityStatusReturns the enum constant of this type with the specified name.static MPZ.PrimalityStatus[]MPZ.PrimalityStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.