division

Returns the result of floating point division of the first input by the second.

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

DSL function for "/".

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