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