DREAL (The GNU Fortran Compiler) (
original
) (
raw
)
program test_dreal complex(8) :: z = (1.3_8,7.2_8) print *, dreal(z) end program test_dreal