-2

I understand that 6.50486612e-01 means 0.650486612. But how about 6.50486612e-001?

Are 6.50486612e-01 and 6.50486612e-001 the same value?

I did some search but didn't find clear answer so far. I hope to receive some useful comments. Thanks.

MinHaw
  • 39
  • 9

2 Answers2

2

e-01 is an equivalent to 10^-01, so e-001 is an equivalent to 10^-001. since 01 equals to 001, or 0001, or 0000001, e-01 same as e-001 etc.

same works for e+ :)

myxaxa
  • 1,391
  • 1
  • 8
  • 7
0

In what context did you encounter such notation? On the first glance, it seems like ..e-01 and ..e-001 are absolutely the same, the only difference is that someone is expecting the exponent to be three-digit number that goes beyond ..e-099 at some point.

Lev Pleshkov
  • 363
  • 1
  • 14