1. java.math.BigInteger pow(exponent) question stackoverflow.comI did some tests on pow(exponent) method. Unfortunately, my math skills are not strong enough to handle the following problem. I'm using this code:
Results:
|
2. BigInteger.pow() with a BigInteger stackoverflow.comI am tying to throw an exception when a BigInteger is greater than Integer.MAX_VALUE. It will not allow me to throw that exception for the exponent case. I am not ... |
3. BigInteger.pow(BigInteger)? stackoverflow.comI'm playing with numbers in Java, and want to see how big a number I can make. It is my understanding that BigInteger can hold a number of infinite size, so ... |
4. What are complexities of BigInteger.pow and BigInteger.isProbablePrime? stackoverflow.comWhat are complexities of Java 7's methods |