Converts rectangular coordinates (a, b) to polar (r, theta). This method computes the phase theta by computing an arc tangent of b/a in the range of -Pi to Pi. @param a an assigned value @param b an assigned value @return the polar coordinates (r, theta).
(double a, double b)
source not stored for this graph (policy: none)