FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
subroutine | gsl_ieee_fprintf_float (stream, x) |
subroutine | gsl_ieee_fprintf_double (stream, x) |
subroutine | gsl_ieee_printf_float (x) |
subroutine | gsl_ieee_printf_double (x) |
subroutine | gsl_ieee_env_setup () |
subroutine gsl_ieee_env_setup |
subroutine gsl_ieee_fprintf_double | ( | type(c_ptr), value | stream, |
real(c_double) | x | ||
) |
subroutine gsl_ieee_fprintf_float | ( | type(c_ptr), value | stream, |
real(c_float) | x | ||
) |
subroutine gsl_ieee_printf_double | ( | real(c_double) | x | ) |
subroutine gsl_ieee_printf_float | ( | real(c_float) | x | ) |