pow

infix fun Number.pow(power: Number): Double(source)
infix fun Int.pow(power: Int): Int(source)