summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/floor.3
Commit message (Collapse)AuthorAgeFilesLines
* Fixed too many of "the", and enclose multi-word argument in double quotes.ru2005-01-131-4/+3
|
* Bump .Dd for the last commit.stefanf2005-01-131-1/+1
|
* Hook up and document floorl().stefanf2005-01-121-3/+14
|
* Cross-reference round(3) and trunc(3) as appropriate.das2004-06-201-1/+3
|
* Grammar nit.ru2001-11-211-1/+1
|
* Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting tobde2001-10-131-4/+4
| | | | | | | describing these operators in English. This completes the fix in rev.1.3 (rev.1.2 got this wrong by describing wrong operators in English). Fixed bitrot and improved English in the DESCRIPTION section.
* Use ".Lb libm" where it will have an effect (not just in the zombie manbde2001-10-131-0/+2
| | | | | | pages in libm). Submitted by: phantom
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix up the NAME lines forthe ceil and floor man pages to bempp1996-08-211-2/+2
| | | | | | | less confusing. Reviewed by: bde Partially obtained from: NetBSD-bugs
* Additions from Thomas Graichen to mention each functions' floating pointjkh1995-03-011-2/+7
| | | | | counterpart. Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+63
-- Begin comments from J.T. Conklin: The most significant improvement is the addition of "float" versions of the math functions that take float arguments, return floats, and do all operations in floating point. This doesn't help (performance) much on the i386, but they are still nice to have. The float versions were orginally done by Cygnus' Ian Taylor when fdlibm was integrated into the libm we support for embedded systems. I gave Ian a copy of my libm as a starting point since I had already fixed a lot of bugs & problems in Sun's original code. After he was done, I cleaned it up a bit and integrated the changes back into my libm. -- End comments Reviewed by: jkh Submitted by: jtc
OpenPOWER on IntegriCloud