Previous Up Next

13.14.11 The angle of a vector: arg

The arg command finds the angle of a complex number (the argument) or the angle of a vector defined by two points.

Example.

Input:

arg(1+i)

Output:

π 
4

Previous Up Next