cyclotomic-0.1: cyclotomic.cabal
Name: cyclotomic
Version: 0.1
Synopsis: A subfield of the complex numbers for exact calculation
Description: The cyclotomic numbers are a subset of the
complex numbers with a number of nice properties.
They are represented exactly, enabling exact
computations and equality comparisons. They
contain the Gaussian rationals (complex numbers
of the form p + q i with p and q rational). The
cyclotomic numbers contain the square roots of
all rational numbers. They contain the sine and
cosine of all rational multiples of pi.
License: GPL-3
License-file: LICENSE
Author: Scott N. Walck
Maintainer: Scott N. Walck <walck@lvc.edu>
Category: Math
Build-type: Simple
Cabal-version: >=1.6
Tested-with: GHC == 7.4.1
Library
Exposed-modules: Data.Complex.Cyclotomic
Build-depends: base >= 4.2 && < 4.6,
containers >= 0.3 && < 0.5,
arithmoi >= 0.4 && < 0.5
Hs-source-dirs: src