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
For some added context, we wanted to use Rem to be able to precisely tell if one apd.Decimal number was a multiple of another. We instead ended up with the following code, requiring two apd operations (Quo + Modf) instead of one (Rem):
I attempted to run the following test:
I would expect this test to pass, but it fails:
apd.BaseContext.Rem returns
division impossible
, which (I believe) is an incorrect result in this case.The text was updated successfully, but these errors were encountered: