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: | imagPart |
Type: | RealFloat a => Complex a -> a |
Description: | The functions realPart and imagPart extract the rectangular components of a complex number |
Related: | magnitude, phase, realPart |
MATHWORLD | Imaginary Part |
Input: imagPart (3:+4)
Output: 4.0