Home | History | Annotate | Download | only in python2.7

Lines Matching full:atof

37            "str", "atof", "atoi", "format", "format_string", "currency",
305 def atof(string, func=float):
320 return atof(str, int)
329 print s1, "is", atof(s1)