Skip to content

AbsArg

AbsArg(expr)

returns a list of 2 values of the complex number Abs(expr), Arg(expr).

Examples

>> AbsArg(I)
{1, Pi/2}

Implementation status

  • ✅ - full supported

Github