index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
math.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
Szabolcs Nagy
2014-03-09
1
-2
/
+4
*
adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case
Rich Felker
2013-11-26
1
-1
/
+1
*
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
2013-11-21
1
-0
/
+6
*
write floating point limit constants to 21 significant decimal places
Rich Felker
2013-11-20
1
-2
/
+2
*
math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0
Szabolcs Nagy
2013-09-27
1
-10
/
+10
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
1
-11
/
+8
*
remove compound literals from math.h to please c++
Szabolcs Nagy
2013-05-06
1
-5
/
+10
*
add legacy header values.h
rofl0r
2013-01-04
1
-0
/
+1
*
math: remove long double version of bessel functions from math.h
Szabolcs Nagy
2012-12-11
1
-8
/
+0
*
fix inefficiency of math.h isless, etc. macros
Rich Felker
2012-12-05
1
-15
/
+30
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
1
-3
/
+1
*
avoid "inline" in public headers for strict c89 compatibility
Rich Felker
2012-09-02
1
-4
/
+5
*
math: fix _BSD_SOURCE namespace in math.h
nsz
2012-08-13
1
-25
/
+26
*
remove significandl
Rich Felker
2012-08-13
1
-1
/
+0
*
add significand[fl] math functions
Rich Felker
2012-08-13
1
-0
/
+4
*
fix namespace issue in prototypes in math.h
Rich Felker
2012-07-22
1
-2
/
+2
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
1
-2
/
+8
*
fix definitions of FP_ILOGB constants
Rich Felker
2012-05-05
1
-2
/
+2
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
1
-0
/
+3
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
1
-0
/
+4
*
fix incorrect macro name for MATH_ERREXCEPT in math.h
Rich Felker
2012-04-18
1
-1
/
+1
*
optimize signbit macro
Rich Felker
2012-03-30
1
-2
/
+2
*
make math.h more c++-friendly
Rich Felker
2012-03-30
1
-2
/
+5
*
move nonstandard gamma() etc. to _GNU_SOURCE only
Rich Felker
2012-03-17
1
-4
/
+4
*
c++ seems to want some casts in the float representation-access macros
Rich Felker
2012-03-17
1
-2
/
+2
*
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
nsz
2012-03-15
1
-20
/
+18
*
efficient sincos based on sin and cos
nsz
2012-03-15
1
-0
/
+4
*
first commit of the new libm!
Rich Felker
2012-03-13
1
-9
/
+64
*
fix nan/infinity macros in math.h, etc.
Rich Felker
2012-03-02
1
-6
/
+8
*
typo in math.h c version check
Rich Felker
2012-03-02
1
-1
/
+1
*
make math.h compatibe with c89
Rich Felker
2012-03-02
1
-1
/
+5
*
add float_t and double_t to math.h
Rich Felker
2012-02-15
1
-0
/
+2
*
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
2011-11-10
1
-0
/
+8
*
isgreater etc. relation macros for math.h
Rich Felker
2011-06-08
1
-0
/
+18
*
extensive header cleanup for standards conformance & correctness
Rich Felker
2011-02-14
1
-17
/
+19
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+300