Gamit
Tricomi's form of the incomplete gamma function.
|
Loading LOADSUB ALL FROM "IGAMMA.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL A,X,Y
Y=FNGamit(A,X)
Description
FNGamit returns the value of Tricomi's form of the incomplete gamma function of a and x, *(a,x).
*(a,x) is defined by the expression
This function is defined for all values of a and x.
*(a,x)
Errors
FNGamit causes an HTBasic error if its arguments are not all of type REAL.
See Also
Gamic, Gamma, Igamma
|