serenity/Userland/Libraries/LibM
Mițca Dumitru 987cc904c2 LibM: Make the gamma family of functions more accurate and conformant
This patch makes tgamma use an approximation that is more accurate with
regards to floating point arithmetic, and fixes some issues when tgamma
was called with positive integer values.

It also makes lgamma set signgam to the correct value, and makes its
return value be more inline with what the C standard defines.
2021-03-15 22:02:38 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
math.cpp LibM: Make the gamma family of functions more accurate and conformant 2021-03-15 22:02:38 +01:00
math.h LibM: Declare rintl in math.h 2021-03-15 22:02:38 +01:00