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