div

operator fun div(divisor: Int): Q
operator fun div(divisor: Double): Q

Returns a new instance with the value from this divided by divisor.


operator fun div(divisor: Q): Double