@hackage continued-fraction0.1.0.11
Types and functions for working with continued fractions in Haskell
Categories
License
BSD-3-Clause
Maintainer
vamchale@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.8 && <5
- recursion >=1.1.0.0
- semigroups Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
development
(off by default)
Enable `-Werror`
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