@hackage / continued-fraction

Types and functions for working with continued fractions in Haskell

Latest0.1.0.11

About

Metadata

  • Last updated , by vmchale
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: vamchale@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    development (off by default)

    Enable `-Werror`

Readme

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