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:
parent
fe3963f3d4
commit
63b748642a
4 changed files with 29 additions and 0 deletions
|
@ -66,6 +66,7 @@ namespace JS {
|
|||
P(asIntN) \
|
||||
P(asUintN) \
|
||||
P(asinh) \
|
||||
P(atan) \
|
||||
P(atanh) \
|
||||
P(bind) \
|
||||
P(byteLength) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue