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
I think that first part of the issue presumes that -11 is represented in two's complement, which is not the case in this library. I'd have to investigate a bit more before deciding on the solution.
Describe the bug
Incorrect values for the "or" function
Issue 1: Incorrect values
To Reproduce
Expected behavior
In java.math this test is successful:
Issue 2: When perform or function between a Number and Zero throw an exception
To Reproduce
Expected behavior
In java.math this test is successful:
The text was updated successfully, but these errors were encountered: