ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | Ratio | >> Complex << | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Complex |
---|---|
Function: | phase |
Type: | RealFloat a => Complex a -> a |
Description: | The functions magnitude and phase extract the polar components of a complex number. |
Related: | imagPart, magnitude, realPart |
MATHWORLD | Argument (Complex Number) |
Input: phase (1:+1)
Output: 0.785398
Input: phase 3
Output: 0.0