<@U0B8ZP13Q> My takeaway was that they don’t suppo...
# announcements
i
@cedric My takeaway was that they don’t support iteration with doubles because of the subtle rounding errors that can creep in with potentially unexpected results. I’m not sure I agree that this is sufficient reason not to support it though, it seems to violate the principle of least surprise. Anyone using doubles should already be familiar with their limitations, and should be using BigDecimal if it’s going to be a concern.