I would like to know if there is reasonably fast converging method for computing large arguments of arctan.
Until now I've came across Taylor series that converges only on interval $(-1,1)$ and for increasing $|x|$ the rate decreases. Also I've found about continued fractions for arctan, which seems to converge more rapidly and can be used for any real number, but again with increasing $|x|$ I need to perform way too much iterations until I get at least 3 digits precision.
I'm therefore looking for a method that would allow me to compute arctan for large arguments with good precision and in reasonable amount of iterations.