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

LibJS: Add Math.acos() and Math.asin()

This commit is contained in:
Andreas Kling 2020-12-08 16:22:07 +01:00
parent 231171364d
commit df2a6cb4ab
3 changed files with 28 additions and 0 deletions

View file

@ -60,11 +60,13 @@ namespace JS {
P(Symbol) \
P(UTC) \
P(abs) \
P(acos) \
P(acosh) \
P(apply) \
P(arguments) \
P(asIntN) \
P(asUintN) \
P(asin) \
P(asinh) \
P(atan) \
P(atanh) \