div

operator fun div(other: SerialNumericOps<*, *>): Real

Calculates this divided by another numeric profile.

Throws

if the divisor has a non-zero rate at any time that the dividend is defined.


operator fun div(n: Number): Real

Calculates this divided by a constant number.