tschak909 opened this issue 2 years ago · 2 comments
Currently values larger than 2147483647, return 2147483647. If number is larger, return the double.
Tested, does not work because the check if larger than 2147483647 is done with the 32 bit int value which never can be true. Case should be reopened.
@DaBaDa79 thank you for hacking on this, You can do a PR to this bug. :)
-Thom