hygfz Subroutine

public subroutine hygfz(a, b, c, z, zhf)

************80

! HYGFZ computes the hypergeometric function F(a,b,c,x) for complex argument.

Licensing:

This routine is copyrighted by Shanjie Zhang and Jianming Jin.  However, 
they give permission to incorporate this routine into a user program 
provided that the copyright is acknowledged.

Modified:

03 August 2012

Author:

Shanjie Zhang, Jianming Jin

Reference:

Shanjie Zhang, Jianming Jin,
Computation of Special Functions,
Wiley, 1996,
ISBN: 0-471-11963-6,
LC: QA351.C45.

Parameters:

Input, real ( kind = 8 ) A, B, C, parameters.

Input, complex ( kind = 8 ) Z, the argument.

Output, complex ( kind = 8 ) ZHF, the value of F(a,b,c,z).

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: a
real(kind=8) :: b
real(kind=8) :: c
complex(kind=8) :: z
complex(kind=8) :: zhf

Calls

proc~~hygfz~~CallsGraph proc~hygfz hygfz proc~gammaf gammaf proc~hygfz->proc~gammaf proc~psi psi proc~hygfz->proc~psi