| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add cexp() to the complex(3) manpage. Thanks to bde for pointing out | David Schultz | 2011-03-07 | 1 | -14/+12 |
| * | Add cexp() and cexpf(). | David Schultz | 2011-03-07 | 1 | -0/+113 |
| * | Add complex(3) manual page documenting our partial support for C99 | Murray Stokely | 2011-02-20 | 1 | -0/+128 |
| * | Fix various nits in style and comments that were pointed out by bde. | David Schultz | 2010-12-07 | 1 | -4/+3 |
| * | Add log2() and log2f(). | David Schultz | 2010-12-05 | 2 | -10/+26 |
| * | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | Joel Dahl | 2010-08-16 | 1 | -1/+1 |
| * | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | Ulrich Spörlein | 2010-06-09 | 1 | -8/+2 |
| * | mdoc: spell macros correctly, there's no need for the backslash escape | Ulrich Spörlein | 2010-06-02 | 2 | -6/+6 |
| * | mdoc: Garbage collect unused/unneeded macros | Ulrich Spörlein | 2010-05-27 | 1 | -3/+0 |
| * | mdoc: move remaining sections into consistent order | Ulrich Spörlein | 2010-05-13 | 1 | -8/+8 |
| * | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | Ulrich Spörlein | 2010-05-13 | 1 | -12/+12 |
| * | Fix several typos in macros or macro misusage. | Ulrich Spörlein | 2010-03-12 | 1 | -1/+1 |
| * | 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 |