+0  
 
0
1431
5
avatar

what does this mean: e-9

 Dec 5, 2014

Best Answer 

 #5
avatar+33661 
+5

I think the use of E to denote exponent began in ancient times when cavemen used to program computers using the FORTRAN computing language using punched tape or punched cards.  There was a fixed limit to the number of characters that could be punched on a line of coding (∼60 I think) so anything to save space was useful, and E rather than *10^ saved a few characters.  

The E was used where single-precision calculations were required; the letter D was used to mean the same thing for double-precision calculations.

.

 Dec 5, 2014
 #1
avatar
+5

It's a shorthand way to write  x $${{\mathtt{10}}}^{-{\mathtt{9}}}$$

 

e.g., 0.04 can be written 4e-2

It's called scientific notation.

 Dec 5, 2014
 #2
avatar+118723 
0

This is probably true BUT  I would like to know why e is used for scientific notation when e has a meaning all of its own.  I find it very confusing.  

CAN SOMEONE PLEASE EXPLAIN TO ME THE LOGIC THAT HIDES BEHIND THIS SEEMINGLY SENSELESS LETTER ALLOCATION?

 Dec 5, 2014
 #3
avatar
0

e is shorthand, it signifies the exponent when the multiplier is written as a power of 10

I have the feeling it started off being a capital E (probably to appease the purists and critics, not looking at anyone) but out of expediency and usage evolved into the lower case. The lower case e stands out better, being a short character among greater height digits. The upper case E more easily hides. In practice, it is nigh impossible to confuse this e with the constant―the digits that follow the exponent e are never superscripts. That's just my thoughts, no cites to back me up.

 Dec 5, 2014
 #4
avatar+118723 
0

I find it confusing, but then I find everything confusing.

I can only imagine the logic in the real world and the logic in the imaginary world is not real to me at all. 

 Dec 5, 2014
 #5
avatar+33661 
+5
Best Answer

I think the use of E to denote exponent began in ancient times when cavemen used to program computers using the FORTRAN computing language using punched tape or punched cards.  There was a fixed limit to the number of characters that could be punched on a line of coding (∼60 I think) so anything to save space was useful, and E rather than *10^ saved a few characters.  

The E was used where single-precision calculations were required; the letter D was used to mean the same thing for double-precision calculations.

.

Alan Dec 5, 2014

0 Online Users