factory: Rational arithmetic in an irrational world.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 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.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.eu
Category Math, Number Theory
Home page http://functionalley.eu/Factory/factory.html
Bug tracker mailto:factory@functionalley.eu
Source repo head: git clone https://github.com/functionalley/Factory
Uploaded by AlistairWard at 2017-09-04T14:34:34Z

Modules

[Index]

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


Readme for factory-0.3.0.0

[back to package description]

Factory

Hackage

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.eu.

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.