incomplete_gamma_upper Function

public pure elemental function incomplete_gamma_upper(a, x) result(rst)

Computes the upper incomplete gamma function.

The upper incomplete gamma function is defined as:

See Also

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a

The coefficient value.

real(kind=real64), intent(in) :: x

The value at which to evaluate the function.

Return Value real(kind=real64)

The function value.


Contents