pow

infix fun pow(exponent: Int): BigNum

Performs this ** exponent


fun pow(exponent: Int, precision: Int): BigNum

Performs this ** exponent with a specific precision