POLAR function
Description
POLAR(rho,theta) returns the complex number defined by its polar components rho and theta, where rho is the norm (modulus) and theta is the phase angle.
Visual representation
Example
POLAR(1,2) returns -0.416146837+0.909297427i
POLAR(1,pi()) returns -1+0i