about summary refs log tree commit diff
path: root/include/math.h
Commit message (Expand)AuthorAgeFilesLines
* add legacy header values.hrofl0r2013-01-041-0/+1
* math: remove long double version of bessel functions from math.hSzabolcs Nagy2012-12-111-8/+0
* fix inefficiency of math.h isless, etc. macrosRich Felker2012-12-051-15/+30
* default features: make musl usable without feature test macrosRich Felker2012-09-071-3/+1
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-4/+5
* math: fix _BSD_SOURCE namespace in math.hnsz2012-08-131-25/+26
* remove significandlRich Felker2012-08-131-1/+0
* add significand[fl] math functionsRich Felker2012-08-131-0/+4
* fix namespace issue in prototypes in math.hRich Felker2012-07-221-2/+2
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+8
* fix definitions of FP_ILOGB constantsRich Felker2012-05-051-2/+2
* support alternate glibc name pow10 for exp10Rich Felker2012-05-011-0/+3
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-301-0/+4
* fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker2012-04-181-1/+1
* optimize signbit macroRich Felker2012-03-301-2/+2
* make math.h more c++-friendlyRich Felker2012-03-301-2/+5
* move nonstandard gamma() etc. to _GNU_SOURCE onlyRich Felker2012-03-171-4/+4
* c++ seems to want some casts in the float representation-access macrosRich Felker2012-03-171-2/+2
* 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