pow

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

fun pow(vararg expressions: Array<out Expression>): Expression
fun pow(first: Double, second: Double): Expression

DSL function for "^".

fun pow(block: Expression.ExpressionBuilder.() -> Unit): Expression