aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The logb() functions are not just ieee754 "test" functions, but areBruce Evans2005-11-063-31/+46
* Fixed spelling of remquof() in its prototype.Bruce Evans2005-10-301-1/+1
* Markup nit.Ruslan Ermilov2005-06-161-1/+1
* Fixed compile warning.Ruslan Ermilov2005-06-161-2/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-154-6/+6
* Implement truncl() based on floorl().David Schultz2005-04-161-9/+15
* Add roundl(), lroundl(), and llroundl().David Schultz2005-04-082-12/+36
* Document exp2() and exp2f(), and make other minor tweaks and updates.David Schultz2005-04-052-88/+37
* Implement and document remquo() and remquof().David Schultz2005-03-252-16/+48
* Document feenableexcept(), fedisableexcept(), and fegetexcept().David Schultz2005-03-161-0/+98
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-161-9/+32
* Document scalbnl and scalblnl.David Schultz2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.David Schultz2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlyDavid Schultz2005-03-071-4/+8
* Document fmal.David Schultz2005-03-071-16/+27
* Fix a mistake in the exponent range.David Schultz2005-03-061-1/+1
* Un-document the non-extant exp10() and exp10f() functions.David Schultz2005-02-261-2/+0
* Typo.Ruslan Ermilov2005-01-281-1/+1
* Properly terminate sentence.Ruslan Ermilov2005-01-281-2/+2
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-277-572/+873
* Many changes, including the following major ones:David Schultz2005-01-231-113/+269
* Add fma() and fmaf(), which implement a fused multiply-add operation.David Schultz2005-01-222-1/+106
* Sort sections.Ruslan Ermilov2005-01-202-17/+17
* Use the \*(If string provided by mdoc(7), to represent infinity.Ruslan Ermilov2005-01-162-18/+11
* Removed redundant .br call.Ruslan Ermilov2005-01-161-1/+0
* Remove numerous references to VAX floating-point and the setting ofDavid Schultz2005-01-1412-204/+44
* Tiny markup nits.Ruslan Ermilov2005-01-144-22/+23
* Fixed too many of "the", and enclose multi-word argument in double quotes.Stefan Farfeleder2005-01-131-4/+3
* Markup nits.Ruslan Ermilov2005-01-133-33/+27
* Fixed too many of "the", and enclose multi-word argument in double quotes.Ruslan Ermilov2005-01-131-4/+3
* Implement and document ceill().Stefan Farfeleder2005-01-131-4/+15
* Bump .Dd for the last commit.Stefan Farfeleder2005-01-131-1/+1
* Hook up and document floorl().Stefan Farfeleder2005-01-121-3/+14
* Document [l]lrint[f]() and [l]lround[f]().David Schultz2005-01-115-5/+197
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-114-6/+8
* Sanitize the markup, as prompted.Ruslan Ermilov2005-01-111-182/+173
* More updates for math(3):David Schultz2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().Stefan Farfeleder2004-10-111-2/+6
* Add man pages for the cimag(), conj() and creal() functions.Stefan Farfeleder2004-08-071-0/+102
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-191-0/+57
* Add C99's nearbyint{,f}() functions as wrappers around rint().David Schultz2004-07-061-4/+35
* Eliminate double whitespace.Ruslan Ermilov2004-07-033-7/+7