summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibM/math.cpp
AgeCommit message (Expand)Author
2021-07-08Everywhere: Add Clang pragmasDaniel Bertalan
2021-07-06LibM: Use assembly for all atan versionsHendiadyoin1
2021-07-06LibM: Use fcos for cosineHendiadyoin1
2021-07-02LibM: Add long double defines of Math ConstantsHediadyoin1
2021-07-02LibM: Implement path for negative powersHendiadyoin1
2021-06-08LibM: Implement nearbyint, nearbyintl and nearbyintfGunnar Beutner
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15LibM: Use fptan/fpatan instead of approximating atan2/tanAnotherTest
2021-03-15LibM: Implement fmin/fmaxMițca Dumitru
2021-03-15LibM: Make the gamma family of functions more accurate and conformantMițca Dumitru
2021-03-14LibM: Add remainder{f, l}Mițca Dumitru
2021-03-14LibM: Add the gamma family 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-13LibM: Implement tanf() in terms of tan() with castsLinus Groh
2021-03-09LibM: Add nan{f, l}Mițca Dumitru
2021-03-09LibM: Implement more rounding functionsMițca Dumitru
2021-03-09LibM: Implement the frexp familyMiț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: Specialiase FloatExtractor for long double as wellMițca Dumitru
2021-03-06LibM: optimized (branchless) copysignNick Wanninger
2021-03-05LibM: Add naive implementation of copysign()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05LibM: Implement nextafter() and nexttoward()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