Polar Working with conics? See polar (geometry) Converts a complex number in its binomial expression to its polar expression, or viceversa. Syntax polar(Complex) polar(Real, Real) Description polar(Complex) Given a complex number , returns a list: the first element is the radius and the second one is the argument. polar(Real, Real) Given two reals and , the radius and argument of a complex number, writes it in binomial form. Related functions Argument, Imaginary part, Real part Table of Contents Syntax Description Related functions