$Gamma

From m204wiki
Revision as of 18:37, 20 December 2017 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.