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:
parent
231171364d
commit
df2a6cb4ab
3 changed files with 28 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue