Description
Types and functions for working with continued fractions in Haskell.
Description
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.
README.md
continued-fraction
This is a library for working with continued fractions and rational approximations in Haskell. You can find documentation here.
The pitch
- Simple, easy to use library
- Documentation with examples
The anti-pitch
- Not optimized for performance
- Missing some features present in other libraries.