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