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
It's sort of strange to me that a bad denominator gets its own special enum variant, but a bad numerator is a generic "invalid parameter". Do we expect the caller to do anything particular in the presence of either error? If not, then just returning DpError::InvalidParameter in both cases seems fine, and maybe we could remove ::ZeroDenominator the next time we break public API.
Originally posted by @tgeoghegan in #1072 (comment)
The text was updated successfully, but these errors were encountered: