umod

infix fun Int.umod(other: Int): Int
infix fun Double.umod(other: Double): Double

Performs the unsigned modulo between this and other (negative values would wrap)


infix fun Float.umod(other: Float): Float