continued-fraction

Types and functions for working with continued fractions in Haskell

Latest on Hackage:0.1.0.11

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Vanessa McHale
Maintained by [email protected]

This package provides facilities for working with both continued fractions and rational approximants. It uses lists internally, so it may not be suitable if you need large convergents.