Currently At: Programming Reference > C Reference > Standard C String & Character > strtod()

strtod()


Syntax:
#include <stdlib.h>
double strtod( const char *start, char **end );


Description:
The function strtod() returns whatever it encounters first in start as a double. end is set to point at whatever is left in start after that double. If overflow occurs, strtod() returns either HUGE_VAL or -HUGE_VAL.

Related Topics:
atof()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions