What Does 10.e6 Mean in FORTRAN?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.