Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - 日本語
Справка Scilab >> Special Functions > dlgamma

dlgamma

derivative of gammaln function, psi function

Syntax

y = dlgamma(x)

Arguments

x

real vector

y

real vector with same size.

Description

dlgamma(x) evaluates, at all the elements of x the logarithmic derivative of the gamma function which corresponds also to the derivative of the gammaln function :

x must be real. Also known as the psi function.

Examples

dlgamma(0.5)

See Also

  • gamma — The gamma function.
  • gammaln — The logarithm of gamma 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:48:31 CEST 2016