Searched defs:strtod (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $ */
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
33 * This strtod returns a nearest machine number to the input decimal
102 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
357 extern "C" double strtod(const char *s00, char **se);
1332 strtod function

Completed in 76 milliseconds