62

I often find this at the bottom of pages.

Page generated in 0.00013899803161621

Sometimes, I come across

Page generated in 9.0122222900391E-5

What does that time mean?

I tried searching Wikipedia for E and maths but found the e mathematical constant. My guess is E stand for Exponential and -5 is the power it is raised to. And the displayed time is a really small number. But that doesn't make sense when compared to the other time in the question. 0.00013899803161621 is bigger than 9.0122222900391E-5.

If it means x times $10^{-5}$, then 9.0122222900391E-5 will be 0.000090122222900391 which is smaller than 0.00013899803161621. What does E stand for?

abel
  • 739
  • 7
    In case anyone knows: where is this particular number coming from? There are a large number of google hits for it, many of which are not mirrors of this site, whereas (unsurprisingly) if I change the last decimal place by 1 in either direction there are no hits at all. – Michael Lugo Aug 25 '11 at 23:21
  • 10
    @Michael, for whatever it's worth it is the multiple of $10^{-18}$ that is closest to $189\times 2^{-21}$. Google also knows various multiples of $2^{-22}$ to a similar precision. They all seem to be values related to timing. Possibly related, I have come across a bug in some versions of Linux whereby the system time would be off by exact multiples of $\frac{2^{42}}{10^{9}}$ seconds. Notice that $42+22=64$... – hmakholm left over Monica Nov 12 '11 at 20:37
  • 1
    So it is really a computer question, not a math question. If you want something other than wild speculation to the supplementary question "what does the E stand for?" you should try a computer site... – GEdgar May 08 '12 at 12:00
  • 5
    How in the world does this have 12K views? –  Mar 12 '13 at 01:37
  • 1
    How does this page have 125K views now?? – Nayuki Dec 28 '15 at 05:32
  • I agree with @GEdgar. It's not a math question. So I suggest to delete it (or something similar). – vesszabo Jul 18 '17 at 20:46
  • How did it get so many views? It was linked from somewhere else...somewhere with lots of users. – GEdgar Jul 18 '17 at 21:56

3 Answers3

72

It means $9.0122222900391\times 10^{-5}$. This is known as "scientific notation".

K Split X
  • 6,565
Hans Lundmark
  • 53,395
17

E-5 just means x 10^(-5) i.e. divided by 100000

Chris Card
  • 1,988
8

I have always taken the E or e to mean "exponent of 10." This construction parses in all modern computing languages as an IEEE754 double or single precision number.

ncmathsadist
  • 49,383