gamma()
Learn how to use the gamma() function to compute the gamma of the input parameter.
Computes the gamma function for the provided number.
Syntax
gamma(
number)
Parameters
Name | Type | Required | Description |
---|---|---|---|
number | real | ✔️ | The number used to calculate the gamma function. |
Returns
Gamma function of number.
Related content
For computing log-gamma function, see loggamma().
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.