XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ gammapd()

double gammapd ( double  a,
double  x 
)

Derivative of normalized incomplete gamma function P(a, x)

Purpose
gammapd computes the derivative of normalized incomplete gamma function P(a, x) with respect to x.
d/dx P(a, x) = exp(-x)*x^(a-1)/Γ(a)
Returns
Derivative of normalized incomplete gamma function P(a, x) with respect to x.
Parameters
[in]aArgument a. (a > 0)
[in]xArgument x. (x >= 0)
Error handling
  • If a <= 0 or x < 0, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions