ladybird/Userland/Tests
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
..
AK AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
Kernel Kernel: Add Test for munmap of multiple regions 2021-03-13 10:00:46 +01:00
LibC Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
LibGfx Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibM LibM: Make the gamma family of functions more accurate and conformant 2021-03-15 22:02:38 +01:00
UserspaceEmulator Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00