I'm quite confused why the formation option does not print as it
should.
In the IDL terminal, I simply typed the following
IDL> print, 1.58058980019603E+07, format='(E20.14)'
However, it prints
IDL> 1.580589800000E+07
It is really important for the format to work because my calculation
goes up to 12th decimal point.
Does anyone know why this is and how I can fix this problem?
Thank you in advance!!!
JL