mod

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

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