lgamma
Overloads
| Name | Description |
|---|---|
lgamma(bool p) -> real | Calculates the natural logarithm of the absolute value of the gamma function of the given value. |
lgamma(real p) -> real | Calculates the natural logarithm of the absolute value of the gamma function of the given value. |
lgamma(integer p) -> real | Calculates the natural logarithm of the absolute value of the gamma function of the given value. |
lgamma(bool p) -> real
Calculates the natural logarithm of the absolute value of the gamma function of the given value.
Parameters
- p: The value to calculate the log gamma function for.
lgamma(real p) -> real
Calculates the natural logarithm of the absolute value of the gamma function of the given value.
Parameters
- p: The value to calculate the log gamma function for.
lgamma(integer p) -> real
Calculates the natural logarithm of the absolute value of the gamma function of the given value.
Parameters
- p: The value to calculate the log gamma function for.