arg

arg(x)

Compute the argument of a complex value. If x = a+bi, the argument is computed as atan2(b, a).

Try it yourself:

See also:
All functions