solves the normalized upper gamma function using a continued fractions method (modified Lentz Algorithm)
input: a = gamma function argument, x = lower limit of integration
output: normalized upper gamma function:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | a | |||
| real(kind=wp), | intent(in) | :: | x |