#include "hush.h"
double
newton(
double
arg);
[1]
char* ftoa(
double
f);
to convert float to char*
slide
:
Step 1: Preliminaries