Difference between revisions of "ComplexDegrees"
(new in 4.5) |
|||
Line 1: | Line 1: | ||
[[Category:Math Functions]] | [[Category:Math Functions]] | ||
[[category:Functions that operate on complex numbers]] | [[category:Functions that operate on complex numbers]] | ||
+ | ''New in [[Analytica 4.5]]'' | ||
+ | |||
Returns the phase of a [[Complex Numbers|complex number]] in degrees. | Returns the phase of a [[Complex Numbers|complex number]] in degrees. | ||
Revision as of 18:23, 11 April 2013
New in Analytica 4.5
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)
→ 45ComplexRadians(1j)
→ 90ComplexRadians(-1j)
→ -90ComplexRadians(-2)
→ -180ComplexRadians(.1)
→ 0
See Also
- ComplexRadians
- Complex Numbers
- Abs -- for the magnitude, r
- Degrees, Radians
Comments
Enable comment auto-refresher