Skip to content
Prev 7974 / 398503 Next

Real data type in FORTRAN

Perhaps you do, but the ISO Standard specifies REAL. What that
maps to is system-specific.
See ?Foreign.  R does not have a `single' data type, but .Fortran
can convert a double data type with the right attribute to and from 
a Fortran REAL.