Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | kargl | 2011-05-30 | 1 | -4/+1 |
* | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79 | kargl | 2011-04-29 | 1 | -0/+143 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 2 | -0/+213 |
* | 1 << 47 needs to be written 1ULL << 47. | das | 2008-03-02 | 1 | -1/+1 |
* | Add kernel functions for 128-bit long doubles. These could be improved | das | 2008-02-17 | 3 | -0/+239 |
* | Fix exp2*(x) on signaling NaNs by returning x+x as usual. | bde | 2008-02-13 | 1 | -1/+1 |
* | Use a better method of scaling by 2**k. Instead of adding to the | bde | 2008-02-07 | 1 | -11/+15 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+426 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -10/+9 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -0/+47 |