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
Unless I'm missing something really obvious there seems to be a problem with negative numbers. For example if I instantiate a couple of Duration objects...
Unless I'm missing something really obvious there seems to be a problem with negative numbers. For example if I instantiate a couple of Duration objects...
They correctly report whether or not they are negative:
But then if I try to add a couple durations together the negative duration doesn't seem to behave as negative:
I get a positive 15.
The text was updated successfully, but these errors were encountered: