mod

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

fun mod(block: Expression.ExpressionBuilder.() -> Unit): Expression
fun mod(first: Double, second: Double): Expression