mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-29 19:17:15 +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"