Returns the Gauss hypergeometric function âFâ(a,b,;c;z) via a Taylor series method, with quad precision
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| complex(kind=dp), | intent(in) | :: | c | |||
| complex(kind=dp), | intent(in) | :: | z | |||
| real(kind=dp), | intent(in), | optional | :: | tol |
The tolerance for which
must be met for the series to be considered converged. If this is not supplied, this value will be taken
to be machine epsilon |