| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor corrections and clarifications regarding exceptions. | das | 2011-10-21 | 1 | -12/+23 |
* | It's no longer accurate to say that math.h "constitute[s] the C math | das | 2011-10-17 | 1 | -1/+16 |
* | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 9 | -9/+179 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 2 | -13/+23 |
* | Add cexp() to the complex(3) manpage. Thanks to bde for pointing out | das | 2011-03-07 | 1 | -14/+12 |
* | Add cexp() and cexpf(). | das | 2011-03-07 | 1 | -0/+113 |
* | Add complex(3) manual page documenting our partial support for C99 | murray | 2011-02-20 | 1 | -0/+128 |
* | Fix various nits in style and comments that were pointed out by bde. | das | 2010-12-07 | 1 | -4/+3 |
* | Add log2() and log2f(). | das | 2010-12-05 | 2 | -10/+26 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | uqs | 2010-06-09 | 1 | -8/+2 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 2 | -6/+6 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -8/+8 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -12/+12 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -5/+30 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 4 | -61/+74 |
* | 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 |