pow
Return result of exponentiation of this number by supplied long exponent i.e.
b = a.exp(2L)
b == 100.toBigInteger()Content copied to clipboard
Return result of exponentiation of this number by supplied integer exponent i.e.
b = a.exp(2)
b == 100.toBigInteger()Content copied to clipboard