pow

fun pow(block: Expression.ExpressionBuilder.() -> Unit)
fun pow(first: Double, second: Double)

Returns the result of raising the first input to the power specified by the second.