Converts a variable to a float. Can take float, int and string as argument.
num = float( "3.14159265359" );