Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Change formats

homestead
Beginner
704 Views
Dear Sirs,

can anybody tell me how to get this (CVF 6.5):

IN:
0.603519E+10 (given)

OUT:
6.03519E+09 (needed)

I don't want the program to truncate and to do this:
0.60352E+10 (used output format was: E12.5E2)

Thanks a lot for your answer,

homestead
0 Kudos
2 Replies
james1
Beginner
704 Views
Try ES12.5

James
0 Kudos
Steven_L_Intel1
Employee
704 Views
I think what you really want is 1PE12.5E2.

Steve
0 Kudos
Reply