Uses of Class
it.unich.jgmp.MPZ.PrimalityStatus
-
Packages that use MPZ.PrimalityStatus Package Description it.unich.jgmp This package contains all the high-level classes of JGMP. -
-
Uses of MPZ.PrimalityStatus in it.unich.jgmp
Methods in it.unich.jgmp that return MPZ.PrimalityStatus Modifier and Type Method Description MPZ.PrimalityStatusMPZ. isProbabPrime(int reps)Returntrueif and only ifthisis prime.static MPZ.PrimalityStatusMPZ.PrimalityStatus. valueOf(java.lang.String name)Returns 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.
-