ToExpresssion doesn't understand real numbers of the form "1.34e5". How do I convert the string "1.34e5" to a real number in Mathematica?
Asked
Active
Viewed 1,244 times
0
a06e
- 11,327
- 4
- 48
- 108
1 Answers
4
m_goldberg
- 107,779
- 16
- 103
- 257
-
-
-
-
@Saturisk. Thanks for pointing out the broken link. I have repaired it. – m_goldberg Mar 25 '15 at 03:59
ImportString["1.34e5", "Table"][[1, 1]]– ciao Jun 06 '14 at 22:21ImportString["1.34e5", "JSON"]– m_goldberg Jun 06 '14 at 22:25Importwith option"Table"doesn't work). If that's relevant I can add it to the question. – a06e Jun 06 '14 at 22:33Import. – m_goldberg Jun 06 '14 at 22:57