hmpfr: Haskell binding to the MPFR library

[ bsd3, data, library, math ] [ Propose Tags ]

Haskell binding to the MPFR library. . The library includes both a pure and a mutable interface. The mutable interface should have a lot less overhead than the pure one. . Some simple examples of usage can be found in demo/Demo.hs.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Number
      • Data.Number.MPFR
        • Data.Number.MPFR.Arithmetic
        • Data.Number.MPFR.Assignment
        • Data.Number.MPFR.Comparison
        • Data.Number.MPFR.Conversion
        • Data.Number.MPFR.FFIhelper
        • Instances
          • Data.Number.MPFR.Instances.Down
          • Data.Number.MPFR.Instances.Near
          • Data.Number.MPFR.Instances.Up
          • Data.Number.MPFR.Instances.Zero
        • Data.Number.MPFR.Integer
        • Data.Number.MPFR.Internal
        • Data.Number.MPFR.Misc
        • Data.Number.MPFR.Mutable
          • Data.Number.MPFR.Mutable.Arithmetic
          • Data.Number.MPFR.Mutable.Integer
          • Data.Number.MPFR.Mutable.Internal
          • Data.Number.MPFR.Mutable.Misc
          • Data.Number.MPFR.Mutable.Special
        • Data.Number.MPFR.Special

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.3.3.5, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.2, 0.4.2.1, 0.4.3, 0.4.4, 0.4.5
Change log ChangeLog
Dependencies base (>=4.8 && <5) [details]
License BSD-3-Clause
Author Aleš Bizjak, Michal Konečný
Maintainer Michal Konečný <mikkonecny@gmail.com>
Category Data, Math
Home page https://github.com/michalkonecny/hmpfr
Source repo head: git clone https://github.com/michalkonecny/hmpfr
Uploaded by MichalKonecny at 2022-12-01T01:29:44Z
Distributions LTSHaskell:0.4.5, NixOS:0.4.5, Stackage:0.4.5
Reverse Dependencies 4 direct, 10 indirect [details]
Downloads 17626 total (41 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-12-01 [all 2 reports]

Readme for hmpfr-0.4.5

[back to package description]

Haskell MPFR binding