1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 23:45:07 +00:00
serenity/Libraries/LibM
ry755 b1fb8e3741 LibM: Define some floating point classification macros
This adds a few macros used to determine the category of a floating
point number. This fixes a build error with the jq port due to the
previously missing isnormal() macro.

Co-authored-by: Lua MacDougall <luawhat@gmail.com>
2020-11-17 09:57:06 +01:00
..
CMakeLists.txt Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" 2020-05-20 16:24:26 +02:00
math.cpp LibM: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
math.h LibM: Define some floating point classification macros 2020-11-17 09:57:06 +01:00
TestMath.cpp Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00