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