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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- Exposed modules use unallocated top-level names: Factory
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]
- Factory
- Data
- Math
- Factory.Math.ArithmeticGeometricMean
- Factory.Math.DivideAndConquer
- Factory.Math.Factorial
- Factory.Math.Fibonacci
- Factory.Math.Hyperoperation
- Implementations
- Factory.Math.MultiplicativeOrder
- Factory.Math.PerfectPower
- Factory.Math.Pi
- Factory.Math.Power
- Factory.Math.Precision
- Factory.Math.Primality
- Factory.Math.PrimeFactorisation
- Factory.Math.Primes
- Factory.Math.Probability
- Factory.Math.Radix
- Factory.Math.SquareRoot
- Factory.Math.Statistics
- Factory.Math.Summation
Flags
Manual Flags
Name | Description | Default |
---|---|---|
llvm | Whether the | Disabled |
threaded | Enable parallelized code. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- factory-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees