pow

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

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