mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibM: Declare ldexpl in math.h
It was already defined, but it wasn't declared in the header
This commit is contained in:
parent
93c554f6bd
commit
1f1a4f488f
Notes:
sideshowbarker
2024-07-18 21:21:36 +09:00
Author: https://github.com/RealKC
Commit: 1f1a4f488f
Pull-request: https://github.com/SerenityOS/serenity/pull/5792
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ long long llrintf(float) NOEXCEPT;
|
|||
long double frexpl(long double, int* exp) NOEXCEPT;
|
||||
double frexp(double, int* exp) NOEXCEPT;
|
||||
float frexpf(float, int* exp) NOEXCEPT;
|
||||
long double ldexpl(long double, int exp) NOEXCEPT;
|
||||
double ldexp(double, int exp) NOEXCEPT;
|
||||
float ldexpf(float, int exp) NOEXCEPT;
|
||||
long double modfl(long double, long double*) NOEXCEPT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue