Closed
Description
The implementation of Long.compareUnsigned
utilizes long overflow for its proper function which does not work as intended in java2script. For all positive values I tested for, the method always returns 0. For negative values, it returns the number opposite to what would be expected.
Related to #202
Metadata
Metadata
Assignees
Labels
No labels