summaryrefslogtreecommitdiffstats
path: root/lib/libm/man/lgamma.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove predefined strings from libm pages.tb2016-04-261-4/+4
| | | | With lots of help, input and tweaks and finally ok schwarze@
* Remove VAX-specific bits of libm manpages.tb2016-03-101-5/+1
| | | | ok jmc@
* remove Xr to infnan, a trickily hidden (from me anyway) vax page;jmc2016-03-101-4/+2
|
* update NAME section to include all documented functions,jmc2015-11-101-3/+5
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-141-9/+9
|
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-6/+3
|
* Document lgamma_r, lgammaf_r, and lgammal_r.millert2013-08-071-2/+35
| | | | Prodded by espie@, OK martynas@
* more library historyschwarze2013-07-171-2/+6
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Remove references to math(3).martynas2011-07-071-3/+2
|
* Document extended-precision routines.martynas2011-07-071-6/+19
|
* 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@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;jmc2004-01-021-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* final pass at *f in terms of the double precision version.jason2003-02-271-1/+5
|
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* $OpenBSD$todd2000-03-021-1/+1
|
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * 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...
* remove redundant .Pp macrosaaron1999-07-021-5/+3
|
* provide MLINKS for "f" versions, and make sure they show up in whatis.dbderaadt1999-07-011-3/+4
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - 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
|
* Removed confusing text which implies that gamma() computes the gammaderaadt1997-07-281-16/+4
| | | | | | instead of log gamma function. This was true with 4.4BSD's libm, but they are equivalent on all other systems (XPG4.2 requires this); jtc. cato@ulysses.df.lth.se found it.
* update from NetBSDderaadt1995-10-281-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+111