Constructor
new gammaLn(x) → {number}
Parameters:
Name | Type | Description |
---|---|---|
x | number | The value for which you want to calculate GAMMALN. |
- Source
Returns:
the natural logarithm of the gamma function, Γ(x), or an error if the arguments are incorrect
- Type:
- number
Methods
(static) precise(x) → {number}
Returns the natural logarithm of the gamma function, Γ(x).
Parameters:
Name | Type | Description |
---|---|---|
x | number | The value for which you want to calculate GAMMALN.PRECISE. |
- Source
Returns:
the natural logarithm of the gamma function, Γ(x), or an error if the arguments are incorrect.
- Type:
- number