pow

inline fun BigInt.pow(x: Int): BigInt(source)
inline fun BigInt.pow(x: Long): BigInt(source)
inline fun BigInt.pow(x: BigInt): BigInt(source)