Phase()

Phase()

Type: REGULAR FUNCTION

Purpose: Calculate the phase in degrees of a complex number using Phase = arctan(Im/Re).

Usage: Result = Phase(RealPart, ImagPart)

 

RealPart

REAL

Real part of the complex number

 

ImagPart

REAL

Imaginary part of the complex number

  Result REAL Result of the calculation in degrees.

Related Topics Link IconRelated Topics