summaryrefslogtreecommitdiffstats
path: root/lib/libm/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document log2() and log2f(); from thomas pfaffjmc2009-10-241-2/+18
| | | | ok otto millert martynas
* remove, or replace Xr of ieee to either ilogb, nextafter or scalbnmartynas2009-08-039-29/+27
| | | | where appropriate. pointed out by jmc@
* now that the pages are split and we track separate HISTORY:martynas2009-07-294-13/+32
| | | | | | | double => 4.3BSD float => NetBSD 1.1 long double => OpenBSD 4.5 scalbln, scalblnf, scalblnl => OpenBSD 4.7
* ieee, and ieeef aren't real, and the amount of functions it documentsmartynas2009-07-294-77/+226
| | | | | is getting ridiculous. split them into groups of copysign, ilogb, nextafter, scalbn. discussed long ago with millert@
* ieee_test isn't real; rename header to logb, toomartynas2009-07-291-3/+3
|
* document scalbln, scalblnf, scalblnlmartynas2009-07-281-7/+28
|
* fe_towardzero not on openbsd. ok millert@martynas2009-07-061-5/+3
|
* document and mlink long double functions. ok jmc@martynas2008-12-1214-60/+177
|
* remove an unneccessary addition to SEE ALSO: all the informationjmc2008-12-111-14/+2
| | | | | | is already there; ok martynas
* various markup/grammar fixes for previous, and a missing MLINKjmc2008-07-303-19/+15
| | | | for remquof.3;
* add descriptions for fpclassify, isfinite, isnormal, nan, remquo,martynas2008-07-291-3/+8
| | | | signbit
* - add man pages for nan and remainder, from freebsdmartynas2008-07-293-58/+249
| | | | | | | | - mlink drem, dremf, remainderf to remainder; nanf to nan - describe that drem and dremf are obsolete aliases - remove descriptions for remainder and remainderf from ieee looked over by jmc@, but it's easier for him to work on when they are in tree
* describe exp2, exp2f and mlink themmartynas2008-07-291-3/+20
|
* remove finite from ieee.3, and unmlink from makefilemartynas2008-07-291-32/+2
|
* ansify infnan example. sure millert@martynas2008-07-161-4/+3
|
* - update list of functions. add functions that have been added inmartynas2008-06-161-46/+52
| | | | | | | | | | the past years, including round, trunc, fmod, tgamma, finite - add missing ulp values - better descriptions for isnan/isinf - sort - remove man page column. we have mlinks so just mention man pages directly "yeah, that's the way to go" jmc@; ok millert@
* Makefile: fix MLINKSjmc2008-06-121-15/+14
| | | | lgamma.3: fix STANDARDS and HISTORY
* - on non-ieee, rename gamma to tgamma, the 'true' gammamartynas2008-06-111-3/+52
| | | | | | | | | | | | | | | | - make gamma an alias of lgamma - on ieee, add tgamma, based on gamma from non-ieee - fixes for tgamma/lgamma/exp/log, esp. special cases (some from freebsd); properly raise invalid fp operations on vax - also some general cleanup, ansification, man page (which was ok jmc@) - bump minor this makes some ports using tgamma possible; also consistifies behavior across openbsd/ieee and openbsd/non-ieee, and other operating systems much thanks sthen@, johan@, steven@, Simon Kuhnle, Wiktor Izdebski for testing ok millert@
* drem{,f} are aliases for remainder{,f}, so:martynas2008-06-111-1/+10
| | | | | | | | | | - document and mlink drem{,f} - drem->remainder on noieee, and make drem an alias - finite returns integer, n_support.c - general n_support.c ansification and cleanup - drem is now an ALTENTRY for remainder, in n_support.S help with man page from jmc@ and millert@ ok millert@
* close brackets; ok jmc@martynas2008-06-111-3/+3
|
* vax doesn't have inf/nan, finite always returns 1martynas2008-06-101-2/+9
| | | | "go for it!" millert@, ok jmc@
* 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
|