mnb96
- 711
- 5
Hello, it is mentioned http://en.wikipedia.org/wiki/Atan2#Definition" that using the tangent half-angle formulas it is possible to express the function atan2 as:
\mathrm{atan2}(y,x)=2\mathrm{arctan}\frac{y}{\sqrt{x^2+y^2}+x}
How can I derive this result?
\mathrm{atan2}(y,x)=2\mathrm{arctan}\frac{y}{\sqrt{x^2+y^2}+x}
How can I derive this result?
Last edited by a moderator: