SYNOPSIS
#include <stdlib.h>
double atof(const char *nptr);
DESCRIPTION
The
The radix character for
The call atof(nptr) is equivalent to:
strtod(nptr,(char **)NULL)
PARAMETERS
RETURN VALUES
The
If the correct value overflows, ±Infis returned (according to the sign of the value). If the correct value would cause an underflow, zero is returned.
CONFORMANCE
ANSI/ISO 9899-1990
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
This function is MT-Safe as long as no thread calls
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
atoi() ,atol() ,setlocale() ,strtod()
PTC MKS Toolkit 10.4 Documentation Build 39.