fcszo Subroutine

public subroutine fcszo(Kf, Nt, Zo)

Compute the complex zeros of Fresnel integral C(z) or S(z) using modified Newton's iteration method

Arguments

Type IntentOptional Attributes Name
integer :: Kf
integer :: Nt
complex(kind=wp), dimension(nt) :: Zo

Calls

proc~~fcszo~~CallsGraph proc~fcszo specfun_module::fcszo proc~cfc specfun_module::cfc proc~fcszo->proc~cfc proc~cfs specfun_module::cfs proc~fcszo->proc~cfs