Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
BrentSalamin squareRootAlgorithm |
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 # | |