ATOF(3) Linux Programmer’s Manual ATOF(3)
NAME
atof - convert a string to a double
SYNOPSIS
#include <stdlib.h>
double atof(const char *nptr);
DESCRIPTION
The atof() function converts the initial portion of the string pointed to by nptr
to double. The behaviour is the same as
strtod(nptr, (char **)NULL);
except that atof() does not detect errors.
RETURN VALUE
The converted value.
CONFORMING TO
SVID 3, POSIX, BSD 4.3, ISO 9899
SEE ALSO
atoi(3), atol(3), strtod(3), strtol(3), strtoul(3)
GNU 1993-03-29 ATOF(3)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-08 07:06 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)