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