summaryrefslogtreecommitdiffstats
path: root/lib/libm/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-3132-64/+64
|
* various cleanup:jmc2007-02-061-15/+18
| | | | | | - escapes for < and > - fix some dodgy .Bd - add a little vertical space
* add some more C99 functions: round(3) and roundf(3).brad2006-07-122-3/+71
| | | | | By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD
* add some more C99 functions: trunc(3) and truncf(3).brad2006-03-181-0/+77
| | | | | | From FreeBSD ok deraadt@ millert@ otto@ jmc@
* improvements from alexey dobriyan;jmc2006-03-051-4/+9
| | | | ok miod kettenis
* Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaotto2005-11-172-0/+201
| | | | jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-4/+4
| | | | discussed with todd@
* use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;jmc2004-01-021-2/+2
|
* hypot: uppercase Euclidean; new sentence new linejmc2003-10-212-5/+6
| | | | | | math: constrast -> contrast from Jared Yanovich
* cabsf takes complex float not doublejason2003-06-261-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0228-168/+56
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-024-71/+71
|
* - typosjmc2003-05-206-31/+34
| | | | - new sentence, new line
* ERROR -> ERRORS in .Sh, as per mdoc template.jmc2003-05-082-4/+4
|
* add properties of single precision IEE754jason2003-05-051-1/+110
|
* these files all had >9 arguments to .Nd, causing the name description to bejmc2003-05-031-2/+2
| | | | | | truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@
* removed unused .Bd macro;jmc2003-04-301-2/+1
| | | | ok jason@
* Bessel functions;jmc2003-03-282-21/+25
| | | | | | also little cleanup in math(3); whitespace and new lines; ok jason@
* .Xr typos;jmc2003-03-061-6/+8
| | | | ok deraadt@
* Use mdoc strings for !=, +-, >= and <=millert2003-03-011-10/+10
|
* .Xr the right pagesjason2003-02-281-13/+11
|
* No need to waffle this much... s/roughly like/roughlyjason2003-02-281-2/+2
|
* mention single precision versionsjason2003-02-281-1/+25
|
* Convert to mdoc and make some very minor updates. Someone with libm cluesmillert2003-02-281-475/+460
| | | | could do a lot of good here.
* another pass at cleaningjason2003-02-274-9/+12
|
* even more cleaning (and more yet to do)jason2003-02-278-26/+27
|
* final pass at *f in terms of the double precision version.jason2003-02-276-21/+44
|
* more pointing out that *f are single precision versions of the double functions.jason2003-02-274-23/+52
|
* describe *f in terms of the double precision version (more of this to come... after dinner).jason2003-02-2712-41/+98
|
* english it my native language, tho you'd never know itjason2003-02-272-4/+4
|
* ieee_test isn't real, rename it to logb.3 and make everything link to that instead.jason2003-02-271-1/+1
|
* A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), etc.jason2003-02-272-13/+20
|
* - this describes scalb not scalbnjason2003-02-271-2/+11
| | | | - mention the *f forms are single precision forms of the *[^f] forms
* put infnan in there, even though it is depricatedderaadt2000-11-081-12/+19
|
* Mostly punctuation fixes.aaron2000-04-152-4/+5
|
* Trailing whitespace begone!aaron2000-04-121-2/+2
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* $OpenBSD$todd2000-03-0227-27/+27
|
* point at isinff and isnanfderaadt1999-08-161-1/+3
|
* - remove all trailing whitespaceaaron1999-07-0920-71/+71
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-078-16/+16
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* remove redundant .Pp macrosaaron1999-07-021-5/+3
|
* .Dd should not be given abbreviated month namesaaron1999-07-021-2/+2
|
* provide MLINKS for "f" versions, and make sure they show up in whatis.dbderaadt1999-07-0127-70/+116
|
* correct titlederaadt1999-06-301-2/+2
|
* typo; from NetBSDaaron1999-05-261-2/+2
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-1617-58/+58
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* make function names the correct casederaadt1999-02-271-3/+3
|
* doc cabsf; christosderaadt1999-02-241-3/+11
|
* section 3 not 3Mderaadt1998-02-271-2/+2
|