fails:BigDecimal#% returns the dividend if the divisor is Infinity
fails:BigDecimal#% raises ZeroDivisionError if other is zero
fails:BigDecimal#modulo returns the dividend if the divisor is Infinity
fails:BigDecimal#modulo raises ZeroDivisionError if other is zero
