# continued-fraction This is a library for working with continued fractions and rational approximations in Haskell. You can find documentation [here](https://hackage.haskell.org/package/continued-fraction). ## The pitch * Simple, easy to use library * Documentation with examples ## The anti-pitch * Not optimized for performance * Missing some features present in other libraries