Hi there. I am trying to test whether g95's extended precision works on my machine. My program to do this is as follows:
real*10 a
a=1.q0+1.q-15
print*, a,a-1.q0
a=1.q0+1.q-16
print*, a,a-1.q0
end
In other words I'm trying to see whether <number>-<very small...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.