mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibM: Add exp2() and exp2f()
This commit is contained in:
parent
ead76377b0
commit
c883bab62a
Notes:
sideshowbarker
2024-07-19 05:50:32 +09:00
Author: https://github.com/linusg
Commit: c883bab62a
Pull-request: https://github.com/SerenityOS/serenity/pull/2496
2 changed files with 12 additions and 0 deletions
|
@ -74,6 +74,8 @@ double fmod(double, double);
|
|||
float fmodf(float, float);
|
||||
double exp(double);
|
||||
float expf(float);
|
||||
double exp2(double);
|
||||
float exp2f(float);
|
||||
double frexp(double, int* exp);
|
||||
float frexpf(float, int* exp);
|
||||
double log(double);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue