jeaiii / itoa

Fast integer to ascii / integer to string conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in integer to string conversion

praveensingh0828 opened this issue · comments

This failed to convert this number: 3890001770327310336.

This resulted in 3890001770227310336 (Diff of 10'000'000)

which version?

fixed in 1c92f1f and tested all 100,000,000 8 digits sub blocks https://godbolt.org/z/hTEWPKTPG

only newest non macro version had this issue