WLJS LogoWLJS Notebook

Arg

Arg[z] gives the argument of the complex number z.

Examples

Get the argument of a complex number:

Arg[1 + I]
(* Pi/4 *)

Argument of a negative real number:

Arg[-1]
(* Pi *)

Please visit the official Wolfram Language Reference for more details.

On this page