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