div

operator fun div(other: Numbers<*>): Numbers<Number>

Calculates this divided by another primitive numeric profile.


operator fun div(n: Number): Numbers<Number>

Divides this by a constant number.


operator fun div(other: Real): Numbers<Number>

Divides this by a linear profile.