Operators and Keywords
Function List:
C++ API
Compute the argument, i.e., angle of z.
This is defined as, theta = atan2 (y, x), in radians.
atan2 (y, x)
For example:
arg (3 + 4i) ⇒ 0.92730
See also: abs.
Package: octave