mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
The exponent might be larger than the range of values representable by an i32, so we have to use the `fmod` function instead of the modulo operator. This fixes 3 test262 tests on AArch64. No changes on x86-64.
95 KiB
95 KiB