$Gamma: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<span class="pageSubtitle">Gamma function</span>
<span class="pageSubtitle">Gamma function</span>
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented
<p class="warn"><b>Note:</b> Many $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO equivalent for the <var>$Gamma</var> function.</p>
methods. There is currently no direct OO equivalent for the $Gamma function.</p>
[[Category: Mathematical $functions]]
<p>
</p>


The <var>$Gamma</var> function returns the value:
The <var>$Gamma</var> function returns the value:
Line 15: Line 11:
<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 a
an error message is printed and the request is cancelled. </li>
0 is returned.
</ul>


<li>{{Template:Math $functions note}}
[[Category: Mathematical $functions]]
</ul>

Latest revision as of 18:37, 20 December 2017

Gamma function

Note: Many $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.