mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
toFixed was not rounding properly when trimming a number. ie: (0.00006).toFixed(4) should be "0.00001" but was returning "0.0000"
toFixed was not rounding properly when trimming a number. ie: (0.00006).toFixed(4) should be "0.00001" but was returning "0.0000"