pow

abstract infix fun pow(exponent: BigInt): BigInt
abstract infix fun pow(exponent: Int): BigInt

Returns this BigInt raised to exponent : this ** exponent