Home | History | Annotate | Download | only in Lib

Lines Matching defs: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)