summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global/cmath
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek2023-05-171-117/+100
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Small extended float support tweaksJakub Jelinek2022-10-311-2/+6
* libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek2022-10-191-2/+92
* libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2022-10-181-0/+1685
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely2021-08-121-4/+12
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Add parentheses around assignments used as truth valuesKrystian Kuźniarek2020-09-101-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Add 'noexcept' to std::lerpJonathan Wakely2019-06-171-4/+4
* Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely2019-03-051-0/+35
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-26/+4
* PR79017 workaround incomplete C99 math on darwinJonathan Wakely2017-01-091-0/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth2016-11-211-46/+138
* Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely2016-09-301-24/+1
* Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely2016-09-291-40/+47
* Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely2016-09-271-0/+40
* Enable Mathematical Special Functions for C++17Jonathan Wakely2016-08-031-1/+1
* re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin2016-01-281-2/+2
* Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely2016-01-221-2/+4
* Ensure C++ language linkage in cmath and cstdlibJonathan Wakely2016-01-201-0/+4
* Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely2016-01-191-1/+3
* Implement TR29124 C++ special Math Functions.Edward Smith-Rowland2016-01-141-0/+4
* Use ::isinf and ::isnan if libc defines themJonathan Wakely2016-01-131-0/+8
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Handle C++11 <math.h> overloads on Solaris 12Rainer Orth2015-11-241-0/+93
* cmath: Fix typo in comment.Paolo Carlini2015-08-191-1/+1
* cmath: Revert fix for libstdc++/58625...Paolo Carlini2015-08-191-3/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo2013-10-061-2/+3
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-3/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-4/+4
* Remove obsolete Solaris 8 supportRainer Orth2012-03-141-26/+25
* cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi...Paolo Carlini2011-11-141-7/+7
* cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini2011-11-131-59/+13
* Use Solaris prototypes if possible (PR libstdc++-v3/1773)Marc Glisse2011-08-181-0/+49
* cmath (fmod(_Tp, _Up)): Add.Paolo Carlini2011-08-121-2/+14
* re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini2011-08-011-4/+3
* re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini2011-07-271-271/+292
* re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini2011-05-091-136/+123
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-6/+15
* cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ...Paolo Carlini2010-11-031-117/+1
* cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini2010-11-021-16/+922