-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There is a problem when comparing small and big numbers. GetNumber returns ulong for small numbers and BigInteger for really big numbers. But these two types do not play along nicely so if you compare one with the the other it will crash here
var compareResult = xNum.CompareTo(yNum); |
One solution could be to unify these two types (convert to BigInteger) before comparing.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working