Searched defs:strtod (Results 1 – 5 of 5) sorted by relevance
22 double strtod(const char *restrict s, char **restrict p) in strtod() function
27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function