Navigation

Operators and Keywords

Function List:

C++ API

: arg (z)
: angle (z)

Compute the argument, i.e., angle of z.

This is defined as, theta = atan2 (y, x), in radians.

For example:

arg (3 + 4i)
    ⇒ 0.92730

See also: abs.

Package: octave