2 summary:: Polar coordinates
3 related:: Classes/Point, Classes/Complex
7 Represents polar coordinates.
12 Create a new polar coordinate with the given radius, rho, and angle in radians, theta.
20 The math operations of addition, subtraction, multiplication and division are accomplished by
21 first converting to complex numbers.
24 Scale the radius by some value.
27 Rotate the angle by some value.
33 subsection:: Conversion
39 Answer the angle in radians
42 Answer the angle in radians
48 Answer the imaginary part.