Convert between rectangular (x, y) and polar (r, angle) coordinates. Pick the direction and enter the two values.
Usage Tip
Polar form makes rotation and scaling easy; rectangular form makes adding coordinates easy.
x = r·cos(angle), y = r·sin(angle)
The two forms describe the same point and convert directly into each other.
Rectangular to polar: enter x then y.
Polar to rectangular: enter r then the angle in degrees.
