Java calculate the value of a BigInteger to the power of a number In this Java core tutorial we learn how to use the java.math.BigInteger.pow() method to calculate the value of a given BigInteger value to the power of an integer number.