Title says it all ? What's that 00000000E thing all about ?

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

5.000000E-01 = 5.000000 · 10−1 = 0.5

E stands for exponent of 10.

link|improve this answer
feedback

Split the string on the E and have the right hand side as the exponent to the left hand side, if you're programming something. It's called "Standard Form", which is weird seeing as it's not actually standard (0.5 would be standard!), it's just a method everybody's agreed on to display really big, or really small, numbers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.