summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-103-39/+60
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-031-3/+7
* Add logl, log2l, log10l, and log1pl.das2013-06-031-11/+30
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-304-13/+137
* mdoc: avoid nested displays.joel2012-10-141-32/+35
* Minor mdoc fix.joel2012-09-111-5/+5
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-5/+9
* General mdoc(7) and typo fixes.gjb2012-05-112-2/+2
* mdoc: fix column names, indentation, column separation within each row, andjoel2012-04-071-7/+7
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* Minor corrections and clarifications regarding exceptions.das2011-10-211-12/+23
* It's no longer accurate to say that math.h "constitute[s] the C mathdas2011-10-171-1/+16
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-179-9/+179
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-122-13/+23
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outdas2011-03-071-14/+12
* Add cexp() and cexpf().das2011-03-071-0/+113
* Add complex(3) manual page documenting our partial support for C99murray2011-02-201-0/+128
* Fix various nits in style and comments that were pointed out by bde.das2010-12-071-4/+3
* Add log2() and log2f().das2010-12-052-10/+26
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsuqs2010-06-091-8/+2
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-022-6/+6
* mdoc: Garbage collect unused/unneeded macrosuqs2010-05-271-3/+0
* mdoc: move remaining sections into consistent orderuqs2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-12/+12
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* Implement cproj{,f,l}().das2008-08-071-5/+30
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-314-61/+74
* Fix a typo in the cosl() prototype.das2008-06-281-2/+2
* Implement fmodl.das2008-06-191-21/+25
* Hook remquol() and remainderl() up to the build.das2008-03-301-7/+24
* Implement csqrtl().das2008-03-301-11/+19
* Document hypotl().das2008-03-301-12/+17
* Hook up sqrtl() to the build.das2008-03-021-9/+19
* Document return values better.das2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-181-7/+15
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-142-22/+36
* Add logbl(3) to libm.das2007-12-171-27/+28
* Document the fact that we have nan(3) now, and make some minor clarificationsdas2007-12-171-10/+14
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-0/+99
* Implement and document csqrt(3) and csqrtf(3).das2007-12-151-0/+94
* Update the standards section, and make a minor clarification about thedas2007-12-141-5/+10
* s/C90/C99/das2007-12-121-1/+1
* Add a "STANDARDS" section.das2007-12-121-0/+9
* Implement carg(3) and cargf(3).das2007-12-122-6/+41
* Remove California Regent's clause 3, per letterimp2007-01-0932-128/+0
* Fix a cut-and-paste-o.das2007-01-061-2/+2
OpenPOWER on IntegriCloud