div

operator fun div(other: ModInt): ModInt(source)
operator fun div(other: Int): ModInt(source)
operator fun div(other: Long): ModInt(source)
operator fun Int.div(other: ModInt): ModInt(source)
operator fun Long.div(other: ModInt): ModInt(source)