mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
LibJS: Add Math.{cos,sin,tan}()
This commit is contained in:
parent
04a36b247b
commit
f5dacfbb5b
5 changed files with 79 additions and 0 deletions
|
@ -47,6 +47,9 @@ private:
|
|||
static Value max(Interpreter&);
|
||||
static Value min(Interpreter&);
|
||||
static Value trunc(Interpreter&);
|
||||
static Value sin(Interpreter&);
|
||||
static Value cos(Interpreter&);
|
||||
static Value tan(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue