FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
ieee.finc File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Function/Subroutine Documentation

◆ gsl_ieee_env_setup()

subroutine gsl_ieee_env_setup

◆ gsl_ieee_fprintf_double()

subroutine gsl_ieee_fprintf_double ( type(c_ptr), value  stream,
real(c_double)  x 
)

◆ gsl_ieee_fprintf_float()

subroutine gsl_ieee_fprintf_float ( type(c_ptr), value  stream,
real(c_float)  x 
)

◆ gsl_ieee_printf_double()

subroutine gsl_ieee_printf_double ( real(c_double)  x)

◆ gsl_ieee_printf_float()

subroutine gsl_ieee_printf_float ( real(c_float)  x)