aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man
Commit message (Expand)AuthorAgeFilesLines
...
* I'm happy to finally commit stephen@'s implementations of cacos,David Schultz2013-05-304-13/+137
* mdoc: avoid nested displays.Joel Dahl2012-10-141-32/+35
* Minor mdoc fix.Joel Dahl2012-09-111-5/+5
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl2012-07-231-5/+9
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-2/+2
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-7/+7
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Minor corrections and clarifications regarding exceptions.David Schultz2011-10-211-12/+23
* It's no longer accurate to say that math.h "constitute[s] the C mathDavid Schultz2011-10-171-1/+16
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-179-9/+179
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-122-13/+23
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outDavid Schultz2011-03-071-14/+12
* Add cexp() and cexpf().David Schultz2011-03-071-0/+113
* Add complex(3) manual page documenting our partial support for C99Murray Stokely2011-02-201-0/+128
* Fix various nits in style and comments that were pointed out by bde.David Schultz2010-12-071-4/+3
* Add log2() and log2f().David Schultz2010-12-052-10/+26
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsUlrich Spörlein2010-06-091-8/+2
* mdoc: spell macros correctly, there's no need for the backslash escapeUlrich Spörlein2010-06-022-6/+6
* mdoc: Garbage collect unused/unneeded macrosUlrich Spörlein2010-05-271-3/+0
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-12/+12
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
* Implement cproj{,f,l}().David Schultz2008-08-071-5/+30
* Add implementations of acosl(), asinl(), atanl(), atan2l(),David Schultz2008-07-314-61/+74
* Fix a typo in the cosl() prototype.David Schultz2008-06-281-2/+2
* Implement fmodl.David Schultz2008-06-191-21/+25
* Hook remquol() and remainderl() up to the build.David Schultz2008-03-301-7/+24
* Implement csqrtl().David Schultz2008-03-301-11/+19
* Document hypotl().David Schultz2008-03-301-12/+17
* Hook up sqrtl() to the build.David Schultz2008-03-021-9/+19
* Document return values better.David Schultz2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().David Schultz2008-02-181-7/+15
* Documentation for sinl(), cosl(), and tanl().David Schultz2008-02-173-35/+46
* Introduce a new log(3) manpage and move the relevant functions there.David Schultz2008-01-182-69/+118
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().David Schultz2008-01-142-22/+36
* Add logbl(3) to libm.David Schultz2007-12-171-27/+28
* Document the fact that we have nan(3) now, and make some minor clarificationsDavid Schultz2007-12-171-10/+14
* Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz2007-12-161-0/+99
* Implement and document csqrt(3) and csqrtf(3).David Schultz2007-12-151-0/+94
* Update the standards section, and make a minor clarification about theDavid Schultz2007-12-141-5/+10
* s/C90/C99/David Schultz2007-12-121-1/+1
* Add a "STANDARDS" section.David Schultz2007-12-121-0/+9
* Implement carg(3) and cargf(3).David Schultz2007-12-122-6/+41
* Remove California Regent's clause 3, per letterWarner Losh2007-01-0932-128/+0
* Fix a cut-and-paste-o.David Schultz2007-01-061-2/+2
* Remove a note pertaining to the Alpha.David Schultz2007-01-051-7/+0
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-243-3/+3
* -mdoc sweep.Ruslan Ermilov2005-11-173-3/+3