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