WorksheetFunction.ImArgument Method

Excel Developer Reference

Returns the argument Theta (theta), an angle expressed in radians, such that: Equation

Syntax

expression.ImArgument(Arg1)

expression   A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant Inumber is a complex number for which you want the argument theta.

Return Value
String

Remarks

  • Use COMPLEX to convert real and imaginary coefficients into a complex number.

  • IMARGUMENT is calculated as follows:

    Equation

    where:

    Equation and

    z = x + yi

See Also