ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | >> Complex << | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random

Module: Complex
Function: mkPolar
Type: RealFloat a => a -> a -> Complex a
Description: A complex number may be formed from polar components of magnitude and phase by the function mkPolar.
Related: (:+), cis
MATHWORLD Polar Coordinates

Example 1

Input: mkPolar 5 1.5

Output: 0.353686 :+ 4.98747