mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-27 01:55:31 +02:00
These three are all integers - we just repeatedly multiply them by 10 and then add a digit - so using an integer here is both faster and more accurate. :^)