mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02: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