summaryrefslogtreecommitdiff
path: root/include/math.h
AgeCommit message (Expand)AuthorLines
2012-04-18fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker-1/+1
2012-03-30optimize signbit macroRich Felker-2/+2
2012-03-30make math.h more c++-friendlyRich Felker-2/+5
2012-03-17move nonstandard gamma() etc. to _GNU_SOURCE onlyRich Felker-4/+4
2012-03-17c++ seems to want some casts in the float representation-access macrosRich Felker-2/+2
2012-03-15in math.h make lgamma_r and non-double bessel _GNU_SOURCE onlynsz-20/+18
2012-03-15efficient sincos based on sin and cosnsz-0/+4
2012-03-13first commit of the new libm!Rich Felker-9/+64
2012-03-02fix nan/infinity macros in math.h, etc.Rich Felker-6/+8
2012-03-02typo in math.h c version checkRich Felker-1/+1
2012-03-02make math.h compatibe with c89Rich Felker-1/+5
2012-02-15add float_t and double_t to math.hRich Felker-0/+2
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker-0/+8
2011-06-08isgreater etc. relation macros for math.hRich Felker-0/+18
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-17/+19
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+300