User Portlet User Portlet

Discussions
Hello, i need to compute the formula $y=arctan(x)$ with Newton's method. I already have a code for the Newton method. Newton[fn_, dfn_, X0_, iter_] := Module[{X1 = X0}, Print[StringForm["X0= `` ; Y0= ``", ...