mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibM: Declare rintl in math.h
This commit is contained in:
parent
45e6b5e601
commit
2d0f334e5d
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