| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: remove EOL whitespace. | joel | 2014-12-29 | 1 | -1/+1 |
* | mdoc: improvements to SEE ALSO. | joel | 2014-12-27 | 3 | -3/+3 |
* | Minor Xr fix. | joel | 2014-12-26 | 1 | -1/+1 |
* | * Makefile: | kargl | 2014-09-15 | 1 | -11/+26 |
* | * Makefile: | kargl | 2014-07-13 | 1 | -11/+16 |
* | * msun/man/cosh.3: | kargl | 2013-12-31 | 3 | -3/+3 |
* | Fix a mismerge of my local doc changes to msun/man/sinh.3. | kargl | 2013-12-30 | 1 | -2/+4 |
* | * Makefile: | kargl | 2013-12-30 | 3 | -12/+24 |
* | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 3 | -39/+60 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 1 | -3/+7 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -11/+30 |
* | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 4 | -13/+137 |
* | mdoc: avoid nested displays. | joel | 2012-10-14 | 1 | -32/+35 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -5/+5 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | kargl | 2012-07-23 | 1 | -5/+9 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 2 | -2/+2 |
* | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 1 | -7/+7 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -1/+0 |
* | 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 |