ComplexDegrees

Revision as of 18:06, 11 April 2013 by Lchrisman (talk | contribs) (Created page with "Returns the phase of a complex number in degrees. A complex number can be written in polar form as <math>r e^{\theta j}</math>. Given a complex number, x, <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the phase of a complex number in degrees.

A complex number can be written in polar form as [math]\displaystyle{ r e^{\theta j} }[/math]. Given a complex number, x, ComplexDegrees(x) returns the [math]\displaystyle{ \theta }[/math] in degrees, in the range [-180,180).

Examples

ComplexRadians(5+5j) → 45
ComplexRadians(1j) → 90
ComplexRadians(-1j) → -90
ComplexRadians(-2) → -180
ComplexRadians(.1) → 0

See Also

Comments


You are not allowed to post comments.