> does it replace all the numbers with the full exponential format > instead of short little numbers? > ex. does it replace 1 with 1.0000000*10^0? or something like that? No, but it puts like a 'D' or something in front of the number so that the interpreter knows that it's a number.