mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Add Math.sign()
This commit is contained in:
parent
bdfd1f1545
commit
b27834cf16
Notes:
sideshowbarker
2024-07-19 06:29:33 +09:00
Author: https://github.com/linusg
Commit: b27834cf16
Pull-request: https://github.com/SerenityOS/serenity/pull/2285
3 changed files with 60 additions and 0 deletions
|
@ -51,6 +51,7 @@ private:
|
|||
static Value cos(Interpreter&);
|
||||
static Value tan(Interpreter&);
|
||||
static Value pow(Interpreter&);
|
||||
static Value sign(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue