packages feed

ajhc-0.8.0.1: lib/haskell98/Complex.hs

module Complex (
    Complex((:+)), realPart, imagPart, conjugate,
    mkPolar, cis, polar, magnitude, phase
  ) where

import Data.Complex