$LGamma: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 11: Line 11:
==Usage notes==
==Usage notes==
<ul>
<ul>
<li>If ''x'' is not in the range 0 < ''x'' < 4.2913 * 10<sup>73</sup>,
<li>If ''x'' is not in the range 0 < ''x'' < 4.2938 * 10<sup>73</sup>,
an error message is printed and a 0 is returned.
an error message is printed and a 0 is returned.
</ul>
</ul>


[[Category: Mathematical $functions]]
[[Category: Mathematical $functions]]

Revision as of 16:33, 20 December 2017

LGamma function

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is currently no direct OO equivalent for the $LGamma function.

The $LGamma function returns the value:

loge 0 ux-1 e-u du

Syntax

%num = $LGamma(x)

Usage notes

  • If x is not in the range 0 < x < 4.2938 * 1073, an error message is printed and a 0 is returned.