~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/elementary/gammaln.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH gammaln 3 "September 1997" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
gammaln -  The logarithm of gamma function.
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
 y = gammaln(x)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP
11
 
x
12
 
: real vector 
13
 
.TP
14
 
y
15
 
: real vector with same size.
16
 
.SH DESCRIPTION
17
 
\fVgammaln(x)\fR evaluates the logarithm of gamma function at all the
18
 
elements of \fVx\fR, avoiding underflow and overflow. 
19
 
\fVx\fR must be real.
20
 
 
21
 
.SH EXAMPLE
22
 
.nf
23
 
gammaln(0.5)
24
 
 
25
 
.fi
26
 
.SH SEE ALSO
27
 
gamma, dlgamma
28