Converts a string into a real number
Supported Platforms: Windows and Mac OS
(atof str)
Type: String
A string to be converted into a real number.
Type: Real
A numeric value.
(atof "97.1") 97.1 (atof "3") 3.0 (atof "3.9") 3.9