| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Added a unit test to show a problem with String.Format / PyInt.ToString()
There was an issue with values between 128 and 256, possibly because of some bug inside BigInteger, which I did not fully understand. Anyway, it seems that a simpler solution is to just use LongInteger when possible.
|
It looks like the issue is actually in ToBigInteger? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This fixes #1990: PyInt.ToString() has wrong results for values between 128 and 255
Check all those that are applicable and complete.