mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibM: Declare rintl in math.h
This commit is contained in:
parent
45e6b5e601
commit
2d0f334e5d
Notes:
sideshowbarker
2024-07-18 21:19:22 +09:00
Author: https://github.com/RealKC
Commit: 2d0f334e5d
Pull-request: https://github.com/SerenityOS/serenity/pull/5807
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ long long llround(double) NOEXCEPT;
|
|||
long long llroundd(long double) NOEXCEPT;
|
||||
float rintf(float) NOEXCEPT;
|
||||
double rint(double) NOEXCEPT;
|
||||
long double rintl(long double) NOEXCEPT;
|
||||
long lrintl(long double) NOEXCEPT;
|
||||
long lrint(double) NOEXCEPT;
|
||||
long lrintf(float) NOEXCEPT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue