Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 1 | -4/+17 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 2 | -0/+183 |
* | 2 long double constants were missing L suffixes. This helped break tanl() | bde | 2008-02-18 | 1 | -2/+2 |
* | Fix a typo which broke k_tanl.c on !(amd64 || i386). | bde | 2008-02-18 | 1 | -1/+1 |
* | Add kernel functions for 80-bit long doubles. Many thanks to Steve and | das | 2008-02-17 | 3 | -0/+264 |
* | 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/+14 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+291 |
* | 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 |