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