mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Add Math.{cos,sin,tan}()
This commit is contained in:
committed by
Andreas Kling
parent
04a36b247b
commit
f5dacfbb5b
@@ -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&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user