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