mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +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
|
@ -56,7 +56,9 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(expm1);
|
||||
JS_DECLARE_NATIVE_FUNCTION(sign);
|
||||
JS_DECLARE_NATIVE_FUNCTION(clz32);
|
||||
JS_DECLARE_NATIVE_FUNCTION(acos);
|
||||
JS_DECLARE_NATIVE_FUNCTION(acosh);
|
||||
JS_DECLARE_NATIVE_FUNCTION(asin);
|
||||
JS_DECLARE_NATIVE_FUNCTION(asinh);
|
||||
JS_DECLARE_NATIVE_FUNCTION(atan);
|
||||
JS_DECLARE_NATIVE_FUNCTION(atanh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue