\[ R = \sqrt{x^2 + y^2} \]
\[ \theta = \text{atan2}(y, x) \quad \text{(en radianes)} \]
\[ \theta_{\text{(deg)}} = \theta \times \frac{180}{\pi} \]
Donde \(R\) es la distancia radial y \(\theta\) es el ángulo en radianes o grados, con rango \((-\pi, \pi]\) o \((-180°, 180°]\).