division

@JvmStatic
fun division(vararg expressions: Expression): Expression
@JvmStatic
fun division(first: Double, second: Double): Expression

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


DSL function for "/".