pow

@JvmStatic
fun pow(vararg expressions: Expression): Expression
@JvmStatic
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 "^".