mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Casting a `float` to `int` might still inadvertently floor the value, while `lroundf` will return a properly rounded `long`.
Casting a `float` to `int` might still inadvertently floor the value, while `lroundf` will return a properly rounded `long`.