Safe Haskell | None |
---|---|
Language | Haskell98 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Defines the Borwein series for Pi; http://en.wikipedia.org/wiki/Borwein%27s_algorithm#Jonathan_Borwein_and_Peter_Borwein.27s_Version_.281993.29
- series :: (Algorithmic squareRootAlgorithm, Algorithmic factorialAlgorithm) => Series squareRootAlgorithm factorialAlgorithm
Constants
series :: (Algorithmic squareRootAlgorithm, Algorithmic factorialAlgorithm) => Series squareRootAlgorithm factorialAlgorithm Source
Defines the parameters of the Borwein series.