serenity/Tests/LibWeb/Text
Jelle Raaijmakers b015926f8e AK: Improve floating point decimals formatting
There were 2 issues with the way we formatted floating point decimals:
if the part after the decimal point exceeded the max of an u64 we would
generate wildly incorrect decimals, and we applied no rounding.

With this new code, we emit decimals one by one and perform a simple
reverse string walk to round the number up if required.
2023-10-18 19:39:30 -04:00
..
expected AK: Improve floating point decimals formatting 2023-10-18 19:39:30 -04:00
input LibWeb: Produce resolved transform value according to spec algorithm 2023-10-15 07:14:39 +02:00