Argument Computes the argument of a complex number. Syntax argument(Complex) argument(Point, Point) argument(Vector) Description argument(Complex) Given a complex number , computes its argument. argument(Point, Point) Given two points and , let . This function returns the argument of the vector . argument(Vector) Given a vector , returns its argument. Related functions Conjugate, Polar Table of Contents Syntax Description Related functions