Atof(): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:atof}} | |||
==float '''atof'''(const char *)== | ==float '''atof'''(const char *)== | ||
This function 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]] |
Latest revision as of 01:15, 30 November 2011
float atof(const char *)
This function, named for the phrase "ascii to float," parses a string argument into its float representation.