How would I convert a string value with a exponent to a double value that I can use in a calculation
Example:
var newString = "2.9747E+03"
I want to turn that string into a number I can use in formulas.
>Solution :
This might help solve your problem:
https://developer.apple.com/forums/thread/31383