Atof(): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added source of function name) |
||
Line 1: | Line 1: | ||
==float '''atof'''(const char *)== | ==float '''atof'''(const char *)== | ||
(from '''a'''scii '''to''' '''f'''loat) | |||
This function parses a string argument into its [[float]] representation. | This function parses a string argument into its [[float]] representation. | ||
[[Category:Helpers]] | [[Category:Helpers]] |
Revision as of 09:10, 20 May 2006
float atof(const char *)
(from ascii to float) This function parses a string argument into its float representation.