zorvek wrote:
Scientific notation always displays only one digit to the left of the decimal point.
That is true of the format called Scientific (uppercase) only because it is the format 0.00000E+00.
But we can have customized "scientific" (lowercase) formats -- "E-notations", as Valentin calls them -- with a varying number of digits to the left of the decimal point.
Here are some examples from Excel 2007:

I believe the format with 2 zeros or #'s to the left of the decimal point ensures that the power of 10 after "E+" is an even number (multiple of 2).
I believe the format with 3 zeros of #'s to the left of the decimal point ensures that the power of 10 is a multiple of 3, sometimes called "engineering format".
In general, I believe that if there are n zeros or #'s to the left of the decimal place, the value is displayed with a power of 10 that is a multiple of n.
So, for example, with the format #####.##E+0, 1234567890 is displayed as 12345.68E+5.
I cannot say that with "authority". That's just what I infer from my own experiments.