Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 2015-03-11 | 1 | -2/+8 |
* | math: lgamma cleanup (simpler sin(pi*x) for the negative case) | Szabolcs Nagy | 2013-11-21 | 1 | -60/+28 |
* | math: remove a useless assignment in lgammal found by clang analyzer | Szabolcs Nagy | 2013-10-04 | 1 | -2/+2 |
* | math: remove libc.h include from libm.h | Szabolcs Nagy | 2013-09-05 | 1 | -0/+1 |
* | math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl) | Szabolcs Nagy | 2013-09-05 | 1 | -28/+17 |
* | math: remove comment about aliasing lgamma as gamma | nsz | 2012-03-27 | 1 | -0/+2 |
* | code cleanup of named constants | nsz | 2012-03-19 | 1 | -26/+22 |
* | other side of the signgam namespace fix: use the internal name | Rich Felker | 2012-03-16 | 1 | -1/+3 |
* | fix namespace issues for lgamma, etc. | Rich Felker | 2012-03-16 | 1 | -8/+10 |
* | in math.h make lgamma_r and non-double bessel _GNU_SOURCE only | nsz | 2012-03-15 | 1 | -0/+1 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 1 | -0/+393 |