$Gamma: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
<ul> | <ul> | ||
<li>If ''x'' is not within the range 0 < ''x'' < 57.5744, | <li>If ''x'' is not within the range 0 < ''x'' < 57.5744, | ||
an error message is printed and | an error message is printed and the request is cancelled. | ||
</ul> | </ul> |
Revision as of 15:23, 20 December 2017
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 the request is cancelled.