Library for working with continued fractions in Haskell (fork of vmchale's continued-fraction)
root
- app
- bench
- src
- test
- weigh
- .hlint.yaml
- .stylish-haskell.yaml
- CHANGELOG.md
- LICENSE
- README.md
- cabal.project.local
- continued-fraction.cabal
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