What Does 10.e6 Mean in FORTRAN?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 8K views
khdani
Messages
53
Reaction score
0
Hello,
I've a program in FORTRAN which I need to convert to C#,
there's an assignment statement like this:
Code:
FC=10.e6

What exactly does it mean? Is it 10*10^6? or 10.000000?
Do you have some tips to convert the FORTRAN program to any
modern language (C#, JAVA, C/C++) ?

Thank You
 
Physics news on Phys.org
khdani said:
Hello,
I've a program in FORTRAN which I need to convert to C#,
there's an assignment statement like this:
Code:
FC=10.e6

What exactly does it mean? Is it 10*10^6? or 10.000000?
Do you have some tips to convert the FORTRAN program to any
modern language (C#, JAVA, C/C++) ?

Fortran is a modern language. Latest definition is F2008.