$Gamma: Difference between revisions
Jump to navigation
Jump to search
EllieWiccan (talk | contribs) (Automatically generated page update) |
|||
Line 17: | Line 17: | ||
an error message is printed and a | an error message is printed and a | ||
0 is returned. | 0 is returned. | ||
</ul> | </ul> |
Revision as of 19:46, 23 July 2015
Gamma function
Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO equivalent for the $Gamma function.
The $Gamma function returns the value:
0∫∞ ux-1 e-u du
Syntax
%num = $Gamma(x)
Usage notes
- If x is not within the range 0 < x < 57.5744, an error message is printed and a 0 is returned.