Skip to content

cfredric/NumberTheory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberTheory

A Haskell number theory library. This library provides functions for working in Z (the integers), Z mod m (the residue classes mod m), Z * Zi (the Gaussian integers), and for converting quadratic numbers into their continued fraction representations.

Refer to the Haddock documentation for docs.

Installation

$ cabal configure
$ cabal build
$ cabal haddock
$ cabal install

Usage

$ ghci
Prelude> import NumberTheory

About

A Haskell number theory library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published