disable sync_file_range for now
[musl] / include / math.h
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 nszmath: fix _BSD_SOURCE namespace in math.h bsd
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-07-22 Rich Felkerfix namespace issue in prototypes in math.h
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-06 Rich Felkerfix definitions of FP_ILOGB constants
2012-05-01 Rich Felkersupport alternate glibc name pow10 for exp10
2012-04-30 Rich Felkerfirst try at writing an efficient and "correct" exp10
2012-04-18 Rich Felkerfix incorrect macro name for MATH_ERREXCEPT in math.h
2012-03-31 Rich Felkeroptimize signbit macro
2012-03-31 Rich Felkermake math.h more c++-friendly
2012-03-18 Rich Felkermove nonstandard gamma() etc. to _GNU_SOURCE only
2012-03-18 Rich Felkerc++ seems to want some casts in the float representatio...
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-17 Rich Felkerremove junk sincos implementations in preparation to...
2012-03-15 nszin math.h make lgamma_r and non-double bessel _GNU_SOUR...
2012-03-15 nszefficient sincos based on sin and cos
2012-03-15 Rich Felkerimplement sincosf and sincosl functions; add prototypes
2012-03-13 Rich Felkerfirst commit of the new libm!
2012-03-03 Rich Felkerfix nan/infinity macros in math.h, etc.
2012-03-02 Rich Felkertypo in math.h c version check
2012-03-02 Rich Felkermake math.h compatibe with c89
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2011-11-11 Rich Felkerfix all missing instances of __cplusplus checks/extern...
2011-06-08 Rich Felkerisgreater etc. relation macros for math.h
2011-02-14 Rich Felkerextensive header cleanup for standards conformance...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0