| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo in the cosl() prototype. | das | 2008-06-28 | 1 | -2/+2 |
* | Implement fmodl. | das | 2008-06-19 | 1 | -21/+25 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 1 | -7/+24 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -11/+19 |
* | Document hypotl(). | das | 2008-03-30 | 1 | -12/+17 |
* | Hook up sqrtl() to the build. | das | 2008-03-02 | 1 | -9/+19 |
* | Document return values better. | das | 2008-02-18 | 1 | -3/+34 |
* | Add tgammaf() as a simple wrapper around tgamma(). | das | 2008-02-18 | 1 | -7/+15 |
* | Documentation for sinl(), cosl(), and tanl(). | das | 2008-02-17 | 3 | -35/+46 |
* | Introduce a new log(3) manpage and move the relevant functions there. | das | 2008-01-18 | 2 | -69/+118 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 2 | -22/+36 |
* | Add logbl(3) to libm. | das | 2007-12-17 | 1 | -27/+28 |
* | Document the fact that we have nan(3) now, and make some minor clarifications | das | 2007-12-17 | 1 | -10/+14 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -0/+99 |
* | Implement and document csqrt(3) and csqrtf(3). | das | 2007-12-15 | 1 | -0/+94 |
* | Update the standards section, and make a minor clarification about the | das | 2007-12-14 | 1 | -5/+10 |
* | s/C90/C99/ | das | 2007-12-12 | 1 | -1/+1 |
* | Add a "STANDARDS" section. | das | 2007-12-12 | 1 | -0/+9 |
* | Implement carg(3) and cargf(3). | das | 2007-12-12 | 2 | -6/+41 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 32 | -128/+0 |
* | Fix a cut-and-paste-o. | das | 2007-01-06 | 1 | -2/+2 |
* | Remove a note pertaining to the Alpha. | das | 2007-01-05 | 1 | -7/+0 |
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 3 | -3/+3 |
* | -mdoc sweep. | ru | 2005-11-17 | 3 | -3/+3 |
* | The logb() functions are not just ieee754 "test" functions, but are | bde | 2005-11-06 | 3 | -31/+46 |
* | Fixed spelling of remquof() in its prototype. | bde | 2005-10-30 | 1 | -1/+1 |
* | Markup nit. | ru | 2005-06-16 | 1 | -1/+1 |
* | Fixed compile warning. | ru | 2005-06-16 | 1 | -2/+0 |
* | Assorted markup fixes. | ru | 2005-06-15 | 4 | -6/+6 |
* | Implement truncl() based on floorl(). | das | 2005-04-16 | 1 | -9/+15 |
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 2 | -12/+36 |
* | Document exp2() and exp2f(), and make other minor tweaks and updates. | das | 2005-04-05 | 2 | -88/+37 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 2 | -16/+48 |
* | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | das | 2005-03-16 | 1 | -0/+98 |
* | Replace fegetmask() and fesetmask() with feenableexcept(), | das | 2005-03-16 | 1 | -9/+32 |
* | Document scalbnl and scalblnl. | das | 2005-03-07 | 1 | -9/+16 |
* | Document nextafterl and nexttoward{,f,l}. | das | 2005-03-07 | 1 | -7/+21 |
* | Add nexttoward to the list of implemented functions, and explicitly | das | 2005-03-07 | 1 | -4/+8 |
* | Document fmal. | das | 2005-03-07 | 1 | -16/+27 |
* | Fix a mistake in the exponent range. | das | 2005-03-06 | 1 | -1/+1 |
* | Un-document the non-extant exp10() and exp10f() functions. | das | 2005-02-26 | 1 | -2/+0 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |
* | - Move the functions presently described in in ieee(3) to their own | das | 2005-01-27 | 7 | -574/+875 |
* | Many changes, including the following major ones: | das | 2005-01-23 | 1 | -113/+269 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 2 | -1/+106 |
* | Sort sections. | ru | 2005-01-20 | 2 | -17/+17 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | ru | 2005-01-16 | 2 | -18/+11 |
* | Removed redundant .br call. | ru | 2005-01-16 | 1 | -1/+0 |
* | Remove numerous references to VAX floating-point and the setting of | das | 2005-01-14 | 12 | -204/+44 |