mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
d8ee3839e4
Without this change, floor(-0.125) returned 0. This is because the number has a fraction part even if mantissa is zero while the unbiased exponent is negative. The names of some variables were also made clearer. Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
math.cpp | ||
math.h |