pow

open infix override fun pow(exponent: BigInt): BigInt

Returns this BigInt raised to exponent : this ** exponent


open infix override fun pow(exponent: Int): BigInt

Returns this BigInt raised to exponent : this ** exponent