mod

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

Returns the remainder after integer division of the first input by the second.


DSL function for "%".