Previous Up Next

5.11.6  Argument of a complex number: arg

arg takes as argument a complex number.
arg returns the argument of this complex number.
Input:

arg(3+4*i)

Output:

atan(4/3)

Previous Up Next