1%
2% Test for Newton solver with special functions
3%
4
5load numeric,specfn;
6
7num_solve(erf(x)=0.9,x=1);
8
9end;
10