Files
ladybird/Userland/Libraries/LibJS/Runtime
Ben Abraham a9c9c8c076 LibJS: Fix rounding issues in Number.toFixed
toFixed was not rounding properly when trimming a number.
ie: (0.00006).toFixed(4) should be "0.00001" but was returning "0.0000"
2022-03-02 08:34:04 +01:00
..
2022-02-08 18:17:12 +00:00
2022-02-08 09:12:42 +00:00
2022-02-09 20:57:41 +00:00
2022-02-09 20:57:41 +00:00
2022-02-09 20:57:41 +00:00
2022-02-13 14:41:33 +00:00