| Group: | Mathematical Functions |
| Subgroup: | Exponential and Logarithmic Functions |
| See also: |
| Function: | lgamma | |
| Description: | lgamma computes logarithm of the gamma function. |
| Usage: | l = gamma(x) | |
| Input: | ||
| x | n x 1 vector, x > 0 elementwise | |
| Output: | ||
| l | n x 1 vector, natural logarithm of gamma(x) | |
lgamma(5)
[1,] 3.1781
| Group: | Mathematical Functions |
| Subgroup: | Exponential and Logarithmic Functions |
| See also: |