FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
api/complex.finc File Reference

Functions/Subroutines

real(fgsl_double) fgsl_complex_arg (z)
real(fgsl_double) fgsl_complex_logabs (z)
complex(fgsl_double_complex) fgsl_complex_log10 (z)
complex(fgsl_double_complex) fgsl_complex_log_b (z, b)
complex(fgsl_double_complex) fgsl_complex_arcsin (z)
complex(fgsl_double_complex) fgsl_complex_arcsin_real (r)
complex(fgsl_double_complex) fgsl_complex_arccos (z)
complex(fgsl_double_complex) fgsl_complex_arccos_real (r)
complex(fgsl_double_complex) fgsl_complex_arctan (z)
complex(fgsl_double_complex) fgsl_complex_arcsec (z)
complex(fgsl_double_complex) fgsl_complex_arcsec_real (r)
complex(fgsl_double_complex) fgsl_complex_arccsc (z)
complex(fgsl_double_complex) fgsl_complex_arccsc_real (r)
complex(fgsl_double_complex) fgsl_complex_arccot (z)
complex(fgsl_double_complex) fgsl_complex_arcsinh (z)
complex(fgsl_double_complex) fgsl_complex_arccosh (z)
complex(fgsl_double_complex) fgsl_complex_arccosh_real (r)
complex(fgsl_double_complex) fgsl_complex_arctanh (z)
complex(fgsl_double_complex) fgsl_complex_arctanh_real (r)
complex(fgsl_double_complex) fgsl_complex_arcsech (z)
complex(fgsl_double_complex) fgsl_complex_arccsch (z)
complex(fgsl_double_complex) fgsl_complex_arccoth (z)
elemental subroutine fgsl_complex_to_complex (result, source)
elemental subroutine complex_to_fgsl_complex (result, source)

Function Documentation

elemental subroutine complex_to_fgsl_complex ( type(gsl_complex),intent(out)  result,
complex(fgsl_double_complex),intent(in)  source 
)
complex(fgsl_double_complex) fgsl_complex_arccos ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arccos_real ( real(fgsl_double),intent(in)  r)
complex(fgsl_double_complex) fgsl_complex_arccosh ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arccosh_real ( real(fgsl_double),intent(in)  r)
complex(fgsl_double_complex) fgsl_complex_arccot ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arccoth ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arccsc ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arccsc_real ( real(fgsl_double),intent(in)  r)
complex(fgsl_double_complex) fgsl_complex_arccsch ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arcsec ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arcsec_real ( real(fgsl_double),intent(in)  r)
complex(fgsl_double_complex) fgsl_complex_arcsech ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arcsin ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arcsin_real ( real(fgsl_double),intent(in)  r)
complex(fgsl_double_complex) fgsl_complex_arcsinh ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arctan ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arctanh ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_arctanh_real ( real(fgsl_double),intent(in)  r)
real(fgsl_double) fgsl_complex_arg ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_log10 ( complex(fgsl_double_complex),intent(in)  z)
complex(fgsl_double_complex) fgsl_complex_log_b ( complex(fgsl_double_complex),intent(in)  z,
complex(fgsl_double_complex),intent(in)  b 
)
real(fgsl_double) fgsl_complex_logabs ( complex(fgsl_double_complex),intent(in)  z)
elemental subroutine fgsl_complex_to_complex ( complex(fgsl_double_complex),intent(out)  result,
type(gsl_complex),intent(in)  source 
)
 All Classes Namespaces Files Functions Variables