pow

fun pow(vararg expressions: Expression): Expression
fun pow(first: Double, second: Double): Expression

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


DSL function for "^".