Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Special Functions > gammaln

gammaln

The logarithm of gamma function.

Syntax

y = gammaln(x)

Arguments

x

real vector

y

real vector with same size.

Description

gammaln(x) evaluates the logarithm of gamma function at all the elements of x, avoiding underflow and overflow. x must be real.

Examples

gammaln(0.5)

See Also

  • gamma — The gamma function.
  • dlgamma — derivative of gammaln function, psi function

History

VersionDescription
5.4.0 Overloading allowed for list, mlist, tlist and hypermatrix types.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:37 CEST 2016