mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Add Math.exp()
This commit is contained in:
committed by
Andreas Kling
parent
b27834cf16
commit
e375766f98
@@ -51,6 +51,7 @@ private:
|
||||
static Value cos(Interpreter&);
|
||||
static Value tan(Interpreter&);
|
||||
static Value pow(Interpreter&);
|
||||
static Value exp(Interpreter&);
|
||||
static Value sign(Interpreter&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user