factory: Rational arithmetic in an irrational world.

[ gpl, library, math, number-theory, program ] [ Propose Tags ]

A library of number-theory functions, for; factorials, square-roots, Pi and primes.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
llvm

Whether the llvm compiler-backend has been installed and is required for code-generation.

Disabled
threaded

Enable parallelized code.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.2, 0.1.0.0, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.1, 0.3.0.0, 0.3.1.4, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3
Change log changelog.markdown
Dependencies array, base (>=4.3 && <5), Cabal (>=1.10), containers, data-default, deepseq (>=1.1), factory, parallel (>=3.0), primes (>=0.1), random, toolshed (>=0.17) [details]
License LicenseRef-GPL
Copyright (C) 2011-2015 Dr. Alistair Ward
Author Dr. Alistair Ward
Maintainer mailto:factory@functionalley.com
Category Math, Number Theory
Home page https://functionalley.com/Factory/factory.html
Bug tracker mailto:factory@functionalley.com
Source repo head: git clone https://github.com/functionalley/Factory
Uploaded by AlistairWard at 2019-06-01T14:32:23Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Executables factory
Downloads 14562 total (53 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-01 [all 1 reports]

Readme for factory-0.3.2.1

[back to package description]

Factory

Build Status Hackage License: GPL v3 Haskell

This is "Factory", a library of number-theory functions.

Installation

It can be built and installed using Cabal.

Documentation

More information about this library can be found at Factory.

License

For information on copying and distributing this package, see the file "LICENSE" in this directory.

Bug-reporting

Bug-reports should be emailed to factory@functionalley.com.

Testing

The test-suite can be run using:

cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;

Author

This library is written and maintained by Dr. Alistair Ward.