Bcisewski
- 11
- 0
Can someone help? It may seem elementary, but I have an application identifying a radius of 1.95e7m. What does the 1.95e7m convert to?
1.95e7 means 1.95 \times 10^7. (And m = meters.)Bcisewski said:Can someone help? It may seem elementary, but I have an application identifying a radius of 1.95e7m. What does the 1.95e7m convert to?
I've never seen it used that way. I've always seen 1.95e7 = 1.95E7 = 1.95 \times 10^7. In this context, I believe that e or E just stands for "exponent". (Personally, I always use E.cipher said:hey guys but isn't "e" and "E" different. for example e1 = 2.718 and E1 = 10.
cipher said:hey guys but isn't "e" and "E" different. for example e1 = 2.718 and E1 = 10. if you want it to be the same as 1.95x10^7 then i suggest you use a capital E so as not to confuse.