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