mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
This would return incorrect results for negative inputs. It still does to some extent, remainder() in step 2 might need to be replaced with modulo (I opened an issue in tc39/proposal-temporal about that).