math/
zphase.pro
topzphase
Math
result = zphase(z)
Calculates the phase angle of a complex number.
Return value
Result is the phase of the complex number(s) Z. Ie. if Z = A e(i phi) then phi=ZPHASE(Z).
Parameters
- z in required
Complex number or array.
Examples
z = COMPLEX(1,1)
arg = ZPHASE(Z)
Author information
| History: | Written by: Jeremy Bailin 12 June 2008 Public release in JBIU |
File attributes
| Modifcation date: | Fri Jun 13 10:51:55 2008 |
| Lines: | 32 |
![[attach.png]](../idldoc-resources/attach.png)