summaryrefslogtreecommitdiff
path: root/lib/math.in.h
Commit message (Expand)AuthorAgeFilesLines
* isnanf, isnanl, isnan: Don't use nonexistent builtins with clang.Bruno Haible2020-05-231-5/+11
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix compilation errors on HP-UX 11/ia64.Bruno Haible2019-12-081-0/+3
* Fix compilation errors in C++ mode on macOS and FreeBSD.Bruno Haible2019-12-081-4/+4
* Fix compilation errors in C++ mode with xlclang++ on AIX.Bruno Haible2019-12-051-2/+10
* Disable many _GL_CXXALIASWARN on all platforms other than glibc systems.Bruno Haible2019-11-211-0/+42
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-8/+8
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-11/+39
* signbit: Fix compilation error when gnulib's math.h exists twice.Bruno Haible2019-04-131-1/+2
* rintl: Override broken implementation on NetBSD.Bruno Haible2019-01-211-2/+11
* expm1l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* expl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Fix link error regarding 'rpl_environ' (regression from 2012-11-21).Bruno Haible2018-08-051-21/+21
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* ilogbl: Ensure replacement on Haiku.Bruno Haible2017-10-291-2/+11
* math: Fix test failure on Haiku.Bruno Haible2017-10-291-2/+11
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* math: Add support for OpenVMS.John E. Malmberg2017-07-151-0/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* tanhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* tanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sqrtf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* expf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* coshf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* cosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atan2f: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* asinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* acosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* snippet/c++defs: fix real-floating arg functions in C++ modePedro Alves2016-11-151-5/+7
* Fix gnulib C++ namespace support and std::frexpPedro Alves2016-11-121-1/+1
* maint: preprocessor changes to support z/OSDaniel Richard G2016-08-171-0/+5
* signbit: port back to pre-C++11 GCCPaul Eggert2016-02-201-1/+2
* signbit: port to C++ with GCC 6Paul Eggert2016-02-191-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* math: better 'inline'Paul Eggert2012-11-291-4/+9
* New module 'ilogbl'.Bruno Haible2012-04-031-0/+14
* New module 'ilogbf'.Bruno Haible2012-04-031-0/+23
* New module 'ilogb'.Bruno Haible2012-04-031-0/+24
* math: Provide FP_ILOGB0 and FP_ILOGBNAN.Bruno Haible2012-04-031-0/+23
* New module 'logbl'.Bruno Haible2012-04-031-0/+23
* New module 'logbf'.Bruno Haible2012-04-031-0/+23
* logb: Provide replacement and workarounds.Bruno Haible2012-04-031-13/+24