You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -216,7 +207,7 @@ for (type, base_type, _) in ABSTRACT_QUANTITY_TYPES, f in (:copysign, :flipsign,
216
207
end
217
208
end
218
209
end
219
-
# Define :rem
210
+
# Define :rem (unfortunately we have to create a method for each rounding mode to avoid ambiguity)
220
211
for (type, true_base_type, _) in ABSTRACT_QUANTITY_TYPES, rounding_mode in (RoundingMode, RoundingMode{:ToZero}, RoundingMode{:Down}, RoundingMode{:Up}, RoundingMode{:FromZero})
221
212
222
213
# We don't want to go more generic than `Number` for mod and rem
0 commit comments