#include <stdlib.h> /* for atof() - in K&R, math.h is referenced - this is an anachronism */
push(atof(s));
...
3 KB (449 words) - 15:43, 29 June 2006
{{KR2_Header|4.02|73| Extend <code>atof</code> to handle scientific notation of the form <code>123.45e-6</code> whe
double atof(char *s)
...
18 KB (2,527 words) - 16:05, 24 September 2024
push(atof(argv[i]));
push(atof(*argv));
...
13 KB (1,901 words) - 20:15, 8 November 2024
push(atof(s));
push(atof(s));
...
14 KB (2,210 words) - 05:35, 10 January 2022
v1 = atof(s1);
v2 = atof(s2);
...
12 KB (1,586 words) - 05:32, 24 December 2021
v1 = atof(*s1);
v2 = atof(*s2);
...
13 KB (1,729 words) - 04:13, 24 December 2021
push(atof(s));
push(atof(s));
...
20 KB (2,851 words) - 05:39, 10 January 2022
v1 = atof(s1);
v2 = atof(s2);
...
14 KB (1,834 words) - 05:49, 24 December 2021
push(atof(s));
push (atof(s));
...
24 KB (3,291 words) - 05:37, 10 January 2022
push(atof(s));
push(atof(ic));
...
26 KB (3,008 words) - 05:49, 10 January 2022
push(atof(s));
#include <stdlib.h> /* For atof() */
...
39 KB (4,994 words) - 05:41, 10 January 2022
Extend <code>atof</code> to handle scientific notation of the form <code>123.45e-6</code> whe
...
5 KB (830 words) - 20:00, 9 January 2010
// atof: convert s to float
double atof(char *s) {
...
24 KB (3,296 words) - 22:51, 12 December 2021
v1 = atof(s1);
v2 = atof(s2);
...
59 KB (8,663 words) - 08:38, 24 December 2021