summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibM/math.h
AgeCommit message (Expand)Author
2022-09-16LibM: Move the math standard library to LibCTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-07-02LibM: Add long double defines of Math ConstantsHediadyoin1
2021-05-09LibC: Add declarations for various C11 math functionsGunnar Beutner
2021-05-09Toolchain+LibM: Make C++ standard library math functions availableGunnar Beutner
2021-04-27LibM: Fix INFITITY to floatJean-Baptiste Boric
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-23LibM: Add more macros; increase precision of existing macrosMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-15LibM: Implement fmin/fmaxMițca Dumitru
2021-03-15LibM: Declare rintl in math.hMițca Dumitru
2021-03-14LibM: Add remainder{f, l}Mițca Dumitru
2021-03-14LibM: Define HUGE_VAL{F,L} in terms of compiler builtinsMițca Dumitru
2021-03-14LibM: Define MAXFLOATMițca Dumitru
2021-03-14LibM: Define FLT_EVAL_METHOD, float_t and double_tMițca Dumitru
2021-03-14LibM: Declare ldexpl in math.hMițca Dumitru
2021-03-14LibM: Add the gamma family of functionsMițca Dumitru
2021-03-14LibM: Organise math.h so it is less of a wall of functionsMițca Dumitru
2021-03-14LibM: Implement the missing parts of the round familyMițca Dumitru
2021-03-14LibM: Add missing float and long double function variantsMițca Dumitru
2021-03-09LibM: Add nan{f, l}Mițca Dumitru
2021-03-09LibM: Implement more rounding functionsMițca Dumitru
2021-03-09LibM: Implement copysign for float and long doubleMițca Dumitru
2021-03-09LibM: Add scalbn and associated functionsMițca Dumitru
2021-03-09LibM: Add ilogb and logbMițca Dumitru
2021-03-09LibM: Define floating point comparsion macrosMițca Dumitru
2021-03-09LibM: Define `math_errhandling` and associated macrosMițca Dumitru
2021-03-05LibM: Add naive implementation of copysign()Andreas Kling
2021-02-05LibM: Improve accuracy of rounding related functionsAndreas Kling
2021-01-18LibM: Add nextafter() and nexttoward() stubsLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling