gammaln

Syntax: gammaln(x)

Description: Returns the log of the gamma function.If the argument is vector, return vector.

Group: special_functions

Note:

Example:

gammaln(3.5)gammaln([2,3,4;5,6,7])

Also see: beta

Implemented in: LambdaGAMMALN.java