1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

LibJS: Add Math.atan()

This commit is contained in:
Andreas Kling 2020-12-08 09:52:33 +01:00
parent fe3963f3d4
commit 63b748642a
4 changed files with 29 additions and 0 deletions

View file

@ -66,6 +66,7 @@ namespace JS {
P(asIntN) \
P(asUintN) \
P(asinh) \
P(atan) \
P(atanh) \
P(bind) \
P(byteLength) \