operator fun div(scalar: Int): IntDecades
Divide by a scalar value.
ArithmeticException - if overflow occurs or the scalar is zero
ArithmeticException
operator fun div(scalar: Long): LongDecades
ArithmeticException - if the scalar is zero