u'(x) = (2/√π) e-x²with the initial condition
u(0) = 0 .
main
function must take three command-line arguments — let us call them a,
b, and dx — and it must write (to the standard output) a table
of error-function values from a to b with step dx. The command in the
Makefile should be something like
./main -3 3 0.2 > data.txt