WLJS LogoWLJS Notebook

AbsArg

AbsArg[z] gives the list {Abs[z], Arg[z]} of the number z.

Example

Get the magnitude and phase of a complex number:

AbsArg[1 + I]
(* {Sqrt[2], Pi/4} *)

Please visit the official Wolfram Language Reference for more details.

On this page