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