Files
ladybird/Userland/Libraries/LibJS/Runtime/AbstractOperations.h
Linus Groh 3d84fb64c3 LibJS: Add a modulo() function to represent the "x modulo y" notation
This *not* being the same as C++ "%" in all cases is a massive footgun,
and hopefully one I came across for the last time.
2021-11-07 21:11:31 +00:00

4.8 KiB