New Hydrogen Tank Unit of Measurement?
Submitted
I noticed the hydrogen tank max capacity has changed to some odd thing. It now says 1.5E+07L. What does that mean?
I noticed the hydrogen tank max capacity has changed to some odd thing. It now says 1.5E+07L. What does that mean?
I don't know how familiar with scientific number format you are, but basically your example is:
1.5E+07L = 1.5*10^7 Litre = 1.5*10000000 L = 15000000 L
As you can see amount of zeros for large numbers is not easy to read (even I am not sure if I did not miss any 0 :-D), but if you use scientific number format, you see directly how many zeros are added, or rather how many positions is decimal point moved (because -07 would move it to the other side, ie. 1.5E-07 = 1.5*(-1)*(10^7))
I don't know how familiar with scientific number format you are, but basically your example is:
1.5E+07L = 1.5*10^7 Litre = 1.5*10000000 L = 15000000 L
As you can see amount of zeros for large numbers is not easy to read (even I am not sure if I did not miss any 0 :-D), but if you use scientific number format, you see directly how many zeros are added, or rather how many positions is decimal point moved (because -07 would move it to the other side, ie. 1.5E-07 = 1.5*(-1)*(10^7))
Replies have been locked on this page!