FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
subroutine | fgsl_ieee_fprintf_float (stream, x) |
subroutine | fgsl_ieee_fprintf_double (stream, x) |
subroutine | fgsl_ieee_printf_float (x) |
subroutine | fgsl_ieee_printf_double (x) |
subroutine | fgsl_ieee_env_setup () |
subroutine fgsl_ieee_env_setup |
subroutine fgsl_ieee_fprintf_double | ( | type(fgsl_file), intent(in) | stream, |
real(fgsl_double) | x | ||
) |
subroutine fgsl_ieee_fprintf_float | ( | type(fgsl_file), intent(in) | stream, |
real(fgsl_float) | x | ||
) |
subroutine fgsl_ieee_printf_double | ( | real(fgsl_double) | x | ) |
subroutine fgsl_ieee_printf_float | ( | real(fgsl_float) | x | ) |