about summary refs log tree commit diff
path: root/include/math.h
Commit message (Expand)AuthorAgeFilesLines
* in math.h make lgamma_r and non-double bessel _GNU_SOURCE onlynsz2012-03-151-20/+18
* efficient sincos based on sin and cosnsz2012-03-151-0/+4
* first commit of the new libm!Rich Felker2012-03-131-9/+64
* fix nan/infinity macros in math.h, etc.Rich Felker2012-03-021-6/+8
* typo in math.h c version checkRich Felker2012-03-021-1/+1
* make math.h compatibe with c89Rich Felker2012-03-021-1/+5
* add float_t and double_t to math.hRich Felker2012-02-151-0/+2
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
* isgreater etc. relation macros for math.hRich Felker2011-06-081-0/+18
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-17/+19
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+300