FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
real(c_double) function | gsl_complex_arg (z) |
real(c_double) function | gsl_complex_logabs (z) |
type(gsl_complex) function | gsl_complex_log10 (z) |
type(gsl_complex) function | gsl_complex_log_b (z, b) |
type(gsl_complex) function | gsl_complex_arcsin (z) |
type(gsl_complex) function | gsl_complex_arcsin_real (r) |
type(gsl_complex) function | gsl_complex_arccos (z) |
type(gsl_complex) function | gsl_complex_arccos_real (r) |
type(gsl_complex) function | gsl_complex_arctan (z) |
type(gsl_complex) function | gsl_complex_arcsec (z) |
type(gsl_complex) function | gsl_complex_arcsec_real (r) |
type(gsl_complex) function | gsl_complex_arccsc (z) |
type(gsl_complex) function | gsl_complex_arccsc_real (r) |
type(gsl_complex) function | gsl_complex_arccot (z) |
type(gsl_complex) function | gsl_complex_arcsinh (z) |
type(gsl_complex) function | gsl_complex_arccosh (z) |
type(gsl_complex) function | gsl_complex_arccosh_real (r) |
type(gsl_complex) function | gsl_complex_arctanh (z) |
type(gsl_complex) function | gsl_complex_arctanh_real (r) |
type(gsl_complex) function | gsl_complex_arcsech (z) |
type(gsl_complex) function | gsl_complex_arccsch (z) |
type(gsl_complex) function | gsl_complex_arccoth (z) |
type(gsl_complex) function gsl_complex_arccos | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arccos_real | ( | real(c_double), value | r | ) |
type(gsl_complex) function gsl_complex_arccosh | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arccosh_real | ( | real(c_double), value | r | ) |
type(gsl_complex) function gsl_complex_arccot | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arccoth | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arccsc | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arccsc_real | ( | real(c_double), value | r | ) |
type(gsl_complex) function gsl_complex_arccsch | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arcsec | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arcsec_real | ( | real(c_double), value | r | ) |
type(gsl_complex) function gsl_complex_arcsech | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arcsin | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arcsin_real | ( | real(c_double), value | r | ) |
type(gsl_complex) function gsl_complex_arcsinh | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arctan | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arctanh | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_arctanh_real | ( | real(c_double), value | r | ) |
real(c_double) function gsl_complex_arg | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_log10 | ( | type(gsl_complex), value | z | ) |
type(gsl_complex) function gsl_complex_log_b | ( | type(gsl_complex), value | z, |
type(gsl_complex), value | b | ||
) |
real(c_double) function gsl_complex_logabs | ( | type(gsl_complex), value | z | ) |