summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
* s/5.5/6.0/ in HISTORY section.joel2005-11-243-3/+3
* -mdoc sweep.ru2005-11-173-3/+3
* The logb() functions are not just ieee754 "test" functions, but arebde2005-11-063-31/+46
* Fixed spelling of remquof() in its prototype.bde2005-10-301-1/+1
* Markup nit.ru2005-06-161-1/+1
* Fixed compile warning.ru2005-06-161-2/+0
* Assorted markup fixes.ru2005-06-154-6/+6
* Implement truncl() based on floorl().das2005-04-161-9/+15
* Add roundl(), lroundl(), and llroundl().das2005-04-082-12/+36
* Document exp2() and exp2f(), and make other minor tweaks and updates.das2005-04-052-88/+37
* Implement and document remquo() and remquof().das2005-03-252-16/+48
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-161-0/+98
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-161-9/+32
* Document scalbnl and scalblnl.das2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
* Document fmal.das2005-03-071-16/+27
* Fix a mistake in the exponent range.das2005-03-061-1/+1
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-261-2/+0
* Typo.ru2005-01-281-1/+1
* Properly terminate sentence.ru2005-01-281-2/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-277-574/+875
* Many changes, including the following major ones:das2005-01-231-113/+269
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-222-1/+106
* Sort sections.ru2005-01-202-17/+17
* Use the \*(If string provided by mdoc(7), to represent infinity.ru2005-01-162-18/+11
OpenPOWER on IntegriCloud