program test
real(8) a, b
a = 1.234567890123D0
b = 1.234567890123_8
print*,a,b
end program
li913 发表于 2015-2-3 21:34
[mw_shl_code=fortran,true]program test
real(8) a, b
a = 1.234567890123D0
li913 发表于 2015-2-3 21:34
[mw_shl_code=fortran,true]program test
real(8) a, b
a = 1.234567890123D0
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |