08-06-2008 07:59 PM
08-07-2008 05:17 PM
Hi Altenbach,
Are you writing the numbers to an indicator or a file?
Ipshita C.
08-07-2008 05:34 PM
I am writing to a file.
(Currently, I use the following workaround: format as %12.5e, then scan the substring after the "E", format it as %+03d, and recombine with the mantissa)
08-11-2008 09:50 AM