| Commit message (Expand) | Author | Age | Files | Lines |
* | Take two. Add the missing file that should have been committed | kargl | 2011-03-12 | 1 | -0/+1 |
* | Temporary disable the building of cbrtl until I | kargl | 2011-03-12 | 1 | -1/+0 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 1 | -0/+1 |
* | Remove part of an uncommitted change that snuck into the last commit. | das | 2011-03-07 | 1 | -1/+0 |
* | Add cexp() and cexpf(). | das | 2011-03-07 | 1 | -0/+3 |
* | Add log2() and log2f(). | das | 2010-12-05 | 1 | -0/+2 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 1 | -0/+5 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -0/+3 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 1 | -0/+5 |
* | Implement fmodl. | das | 2008-06-19 | 1 | -0/+1 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 1 | -0/+2 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -0/+1 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -0/+2 |
* | Hook up sqrtl() to the build. | das | 2008-03-02 | 1 | -0/+1 |
* | Add tgammaf() as a simple wrapper around tgamma(). | das | 2008-02-18 | 1 | -0/+1 |
* | Hook up sinl(), cosl(), and tanl() to the build. | das | 2008-02-17 | 1 | -0/+3 |
* | Hook up exp2l() and related docs to the build. | das | 2008-01-18 | 1 | -0/+1 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 1 | -0/+4 |
* | Remove z_abs(). The z_*() functions were in libf77, and for some reason | das | 2007-12-18 | 1 | -1/+0 |
* | Add logbl(3) to libm. | das | 2007-12-17 | 1 | -0/+1 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -0/+3 |
* | 1. Add csqrt{,f}(3). | das | 2007-12-15 | 1 | -2/+10 |
* | Typo in previous commit | das | 2007-12-14 | 1 | -2/+2 |
* | Symbol.map additions for carg and cargf. (They're in C99, so I didn't | das | 2007-12-14 | 1 | -0/+2 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | Implement modfl(). | das | 2007-01-07 | 1 | -0/+1 |
* | Remove modf from libm's symbol map. It's actually in libc for | das | 2007-01-06 | 1 | -1/+0 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 1 | -0/+181 |