Historique des commits

Auteur SHA1 Message Date
  Daniel Bertalan e8e628de57 Everywhere: Add Clang pragmas il y a 4 ans
  Hendiadyoin1 b583726deb LibM: Use assembly for all atan versions il y a 4 ans
  Hendiadyoin1 119f280f34 LibM: Use fcos for cosine il y a 4 ans
  Hediadyoin1 f4072a5038 LibM: Add long double defines of Math Constants il y a 4 ans
  Hendiadyoin1 c74d7adac6 LibM: Implement path for negative powers il y a 4 ans
  Gunnar Beutner ac9dbcda97 LibM: Implement nearbyint, nearbyintl and nearbyintf il y a 4 ans
  Linus Groh d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" il y a 4 ans
  Lenny Maiorani 800ea8ea96 Userland: static vs non-static constexpr variables il y a 4 ans
  Jean-Baptiste Boric 7d84f09e7e Userland: Move non-standard math constants from math.h il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Nicholas-Baron 73dd293ec4 Everywhere: Add `-Wdouble-promotion` warning il y a 4 ans
  AnotherTest dbc5b05b7a LibM: Use fptan/fpatan instead of approximating atan2/tan il y a 4 ans
  Mițca Dumitru 01a49dda85 LibM: Implement fmin/fmax il y a 4 ans
  Mițca Dumitru 987cc904c2 LibM: Make the gamma family of functions more accurate and conformant il y a 4 ans
  Mițca Dumitru 32b9437c13 LibM: Add remainder{f, l} il y a 4 ans
  Mițca Dumitru 93c554f6bd LibM: Add the gamma family of functions il y a 4 ans
  Mițca Dumitru c9601cdee3 LibM: Implement the missing parts of the round family il y a 4 ans
  Mițca Dumitru 03b2d30836 LibM: Add missing float and long double function variants il y a 4 ans
  Linus Groh caa8f3d3bf LibM: Implement tanf() in terms of tan() with casts il y a 4 ans
  Mițca Dumitru b07310dc8b LibM: Add nan{f, l} il y a 4 ans
  Mițca Dumitru efe4845c56 LibM: Implement more rounding functions il y a 4 ans
  Mițca Dumitru 88d342d007 LibM: Implement the frexp family il y a 4 ans
  Mițca Dumitru b274120b3c LibM: Implement copysign for float and long double il y a 4 ans
  Mițca Dumitru 87b61b0eef LibM: Add scalbn and associated functions il y a 4 ans
  Mițca Dumitru 352b383280 LibM: Add ilogb and logb il y a 4 ans
  Mițca Dumitru 190952675e LibM: Specialiase FloatExtractor for long double as well il y a 4 ans
  Nick Wanninger c3f417aa1e LibM: optimized (branchless) copysign il y a 4 ans
  Andreas Kling 9f8a9dba0b LibM: Add naive implementation of copysign() il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 0269578d3e LibM: Implement nextafter() and nexttoward() il y a 4 ans