| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Factory.Math.Implementations.Pi.AGM.Algorithm
Contents
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION- Defines the set of Arithmetic-geometric Mean-type Pi-algorithms which have been implemented; currently just one.
- newtype Algorithm squareRootAlgorithm = BrentSalamin squareRootAlgorithm
Types
Data-types
newtype Algorithm squareRootAlgorithm Source #
Defines the available algorithms.
Constructors
| BrentSalamin squareRootAlgorithm |
Instances
| Eq squareRootAlgorithm => Eq (Algorithm squareRootAlgorithm) Source # | |
| Read squareRootAlgorithm => Read (Algorithm squareRootAlgorithm) Source # | |
| Show squareRootAlgorithm => Show (Algorithm squareRootAlgorithm) Source # | |
| Default squareRootAlgorithm => Default (Algorithm squareRootAlgorithm) Source # | |
| Algorithmic squareRootAlgorithm => Algorithmic (Algorithm squareRootAlgorithm) Source # | |