Uses of Class
de.tilman_neumann.jml.powers.PurePowerTest.Result
-
Packages that use PurePowerTest.Result Package Description de.tilman_neumann.jml.powers -
-
Uses of PurePowerTest.Result in de.tilman_neumann.jml.powers
Methods in de.tilman_neumann.jml.powers that return PurePowerTest.Result Modifier and Type Method Description PurePowerTest.Result
PurePowerTest. test(BigInteger N)
Much faster power test, elaborated together with Graeme Willoughby.PurePowerTest.Result
PurePowerTest. test_v01(BigInteger N)
Test if N is a pure power. The algorithm is based on {@link "https://en.wikipedia.org/wiki/Rational_sieve#Limitations_of_the_algorithm"}, with several improvements pointed out by to Graeme Willoughby: 1.
-