public interface regularized_gamma_p
Regularized (normalized) lower incomplete gamma function, P
Module Procedures
private impure elemental function regamma_p_iint8sp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int8), |
intent(in) |
| | :: |
p | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=sp)
private impure elemental function regamma_p_iint8dp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int8), |
intent(in) |
| | :: |
p | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=dp)
private impure elemental function regamma_p_iint16sp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int16), |
intent(in) |
| | :: |
p | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=sp)
private impure elemental function regamma_p_iint16dp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int16), |
intent(in) |
| | :: |
p | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=dp)
private impure elemental function regamma_p_iint32sp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int32), |
intent(in) |
| | :: |
p | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=sp)
private impure elemental function regamma_p_iint32dp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int32), |
intent(in) |
| | :: |
p | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=dp)
private impure elemental function regamma_p_iint64sp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int64), |
intent(in) |
| | :: |
p | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=sp)
private impure elemental function regamma_p_iint64dp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
integer(kind=int64), |
intent(in) |
| | :: |
p | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=dp)
private impure elemental function regamma_p_rsp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
real(kind=sp), |
intent(in) |
| | :: |
p | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=sp)
private impure elemental function regamma_p_rdp(p, x) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
real(kind=dp), |
intent(in) |
| | :: |
p | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
Return Value real(kind=dp)