Atof(): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
This function, named for the phrase "'''a'''scii '''to''' '''f'''loat," parses a string argument into its [[float]] representation. | This function, named for the phrase "'''a'''scii '''to''' '''f'''loat," parses a string argument into its [[float]] representation. | ||
[[Category:Helpers]] | [[Category:Helpers]] | ||
[[Category:Functions]] |
Revision as of 01:52, 22 July 2006
float atof(const char *)
This function, named for the phrase "ascii to float," parses a string argument into its float representation.