Returns a float value from the given source
Optional
the source value to inspect
the default value if the source cannot be converted
a float value from the given source
David Hsing
toFloat('1.0'); // 1.0 Copy
toFloat('1.0'); // 1.0
Returns a float value from the given source