mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-16 01:28:41 +00:00
Introduce support for the both of these Math methods. Math.trunc is implemented in terms of Math.ceil or Math.floor based on the input value. Added tests as well.