Safe Haskell | None |
---|---|
Language | Haskell98 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Defines the set of Borwein-type algorithms (currently only one) which have been implemented; http://www.pi314.net/eng/borwein.php.
- data Algorithm squareRootAlgorithm factorialAlgorithm = Borwein1993 squareRootAlgorithm factorialAlgorithm
Types
Data-types
data Algorithm squareRootAlgorithm factorialAlgorithm Source
- Define those Borwein-series which have been implemented.
- Though currently there's only one, provision has been made for the addition of more.
Borwein1993 squareRootAlgorithm factorialAlgorithm |
(Eq squareRootAlgorithm, Eq factorialAlgorithm) => Eq (Algorithm squareRootAlgorithm factorialAlgorithm) | |
(Read squareRootAlgorithm, Read factorialAlgorithm) => Read (Algorithm squareRootAlgorithm factorialAlgorithm) | |
(Show squareRootAlgorithm, Show factorialAlgorithm) => Show (Algorithm squareRootAlgorithm factorialAlgorithm) | |
(Defaultable squareRootAlgorithm, Defaultable factorialAlgorithm) => Defaultable (Algorithm squareRootAlgorithm factorialAlgorithm) | |
(Algorithmic squareRootAlgorithm, Algorithmic factorialAlgorithm) => Algorithmic (Algorithm squareRootAlgorithm factorialAlgorithm) |