Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Complex/Cis.hs
module Complex where import DComplex cis :: (RealFloat a) => a -> Complex a cis theta = cos theta :+ sin theta