aboutsummaryrefslogtreecommitdiff
path: root/include/math.h
AgeCommit message (Expand)Author
2019-04-17define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy
2018-08-22fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy
2013-11-26adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker
2013-11-21math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy
2013-11-20write floating point limit constants to 21 significant decimal placesRich Felker
2013-09-27math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0Szabolcs Nagy
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2013-05-06remove compound literals from math.h to please c++Szabolcs Nagy
2013-01-04add legacy header values.hrofl0r
2012-12-11math: remove long double version of bessel functions from math.hSzabolcs Nagy
2012-12-05fix inefficiency of math.h isless, etc. macrosRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker
2012-08-13math: fix _BSD_SOURCE namespace in math.hnsz
2012-08-13remove significandlRich Felker
2012-08-13add significand[fl] math functionsRich Felker
2012-07-22fix namespace issue in prototypes in math.hRich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-05-05fix definitions of FP_ILOGB constantsRich Felker
2012-05-01support alternate glibc name pow10 for exp10Rich Felker
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker
2012-04-18fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker
2012-03-30optimize signbit macroRich Felker
2012-03-30make math.h more c++-friendlyRich Felker
2012-03-17move nonstandard gamma() etc. to _GNU_SOURCE onlyRich Felker
2012-03-17c++ seems to want some casts in the float representation-access macrosRich Felker
2012-03-15in math.h make lgamma_r and non-double bessel _GNU_SOURCE onlynsz
2012-03-15efficient sincos based on sin and cosnsz
2012-03-13first commit of the new libm!Rich Felker
2012-03-02fix nan/infinity macros in math.h, etc.Rich Felker
2012-03-02typo in math.h c version checkRich Felker
2012-03-02make math.h compatibe with c89Rich Felker
2012-02-15add float_t and double_t to math.hRich Felker
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker
2011-06-08isgreater etc. relation macros for math.hRich Felker
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker