Sorry, but I'm a newbie with Fortran.... so I don't get it why the following program continues to evaluate x as a single precision variable? Why are there non zero decimals?
Mark.
-----------------------------------------
program precision_test
implicit none
integer, parameter :: sgl =...