cjy01 Subroutine

public subroutine cjy01(z, cbj0, cdj0, cbj1, cdj1, cby0, cdy0, cby1, cdy1)

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

! CJY01: complexBessel functions, derivatives, J0(z), J1(z), Y0(z), Y1(z).

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:

02 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, complex ( kind = 8 ) Z, the argument.

Output, complex ( kind = 8 ) CBJ0, CDJ0, CBJ1, CDJ1, CBY0, CDY0, CBY1, 
CDY1, the values of J0(z), J0'(z), J1(z), J1'(z), Y0(z), Y0'(z), 
Y1(z), Y1'(z).

Arguments

Type IntentOptional Attributes Name
complex(kind=8) :: z
complex(kind=8) :: cbj0
complex(kind=8) :: cdj0
complex(kind=8) :: cbj1
complex(kind=8) :: cdj1
complex(kind=8) :: cby0
complex(kind=8) :: cdy0
complex(kind=8) :: cby1
complex(kind=8) :: cdy1

Called by

proc~~cjy01~~CalledByGraph proc~cjy01 cjy01 proc~cjyna cjyna proc~cjyna->proc~cjy01