Error Messages/41070

< Error Messages
Revision as of 01:37, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Second parameter, A, to GammaIInv, must be positive. = Cause = Function GammaIInv returns the inverse of the incomplete Gamma function.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

Second parameter, A, to GammaIInv, must be positive.

Cause

Function GammaIInv returns the inverse of the incomplete Gamma function. The function returns x such that

GammaI(x, a, b) = y.b

You have passed in a negative value as the second parameter, A, to GammaIInv, for which a Gamma function is not defined.

Remedies

Correct the second parameter to the GammaIInv function to be a positive value.



You are not allowed to post comments.

Comments
<comments />