arg(value)

Angle of a complex number.

valueThe input value.
return valueThe angle of the input number.

In case of real numbers, the returned value will always be 0. For matrices, the result is computed elementwise.

arg(2i+4)