Scientific Notation Problem when Printing to File
Posted: Fri Jul 22, 2011 11:19 am
Hello,
I am running a batch program for a bunch of different equations. I have the output printing to a txt file. Some of the output is in scientific notation. This appears on the screen as (for example) 7.3E-05. In reality it is 7.26590757252204e-05. In the txt file it gets printed as the shortened version and when converting to a number you get .000073 instead of the actual output of .000072659.......
Is there a way to increase the specificity when you print to file?
Thanks
I am running a batch program for a bunch of different equations. I have the output printing to a txt file. Some of the output is in scientific notation. This appears on the screen as (for example) 7.3E-05. In reality it is 7.26590757252204e-05. In the txt file it gets printed as the shortened version and when converting to a number you get .000073 instead of the actual output of .000072659.......
Is there a way to increase the specificity when you print to file?
Thanks