factory-0.3.0.0: Rational arithmetic in an irrational world.

Safe HaskellNone
LanguageHaskell2010

Factory.Math.Implementations.Pi.Borwein.Implementation

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines Borwein series for Pi; https://en.wikipedia.org/wiki/Borwein%27s_algorithm

Synopsis

Functions

openR Source #

Arguments

:: Series squareRootAlgorithm factorialAlgorithm

This Pi-algorithm is parameterised by the type of other algorithms to use.

-> squareRootAlgorithm

The specific square-root algorithm to apply to the above series.

-> factorialAlgorithm

The specific factorial-algorithm to apply to the above series.

-> DecimalDigits

The number of decimal digits required.

-> Rational 

Returns Pi, accurate to the specified number of decimal digits.