hmpfr-0.4.4: Haskell binding to the MPFR library
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.
Modules
- Data
- Number
- Data.Number.MPFR Pure interface to the MPFR library.
- Data.Number.MPFR.Arithmetic Basic arithmetic functions
- Data.Number.MPFR.Assignment wrappers for assignment functions
- Data.Number.MPFR.Comparison Comparison functions
- Data.Number.MPFR.Conversion wrappers for conversion functions
- Data.Number.MPFR.FFIhelper
- Instances
- Data.Number.MPFR.Instances.Down Instance declarations
- Data.Number.MPFR.Instances.Near Instance declarations
- Data.Number.MPFR.Instances.Up Instance declarations
- Data.Number.MPFR.Instances.Zero Instance declarations
- Data.Number.MPFR.Integer Integer related functions
- Data.Number.MPFR.Internal
- Data.Number.MPFR.Misc Miscellaneous functions
- Data.Number.MPFR.Mutable Mutable MPFR's
- Data.Number.MPFR.Mutable.Arithmetic Basic arithmetic functions
- Data.Number.MPFR.Mutable.Integer Integer related functions
- Data.Number.MPFR.Mutable.Internal
- Data.Number.MPFR.Mutable.Misc Miscellaneous functions
- Data.Number.MPFR.Mutable.Special Special functions
- Data.Number.MPFR.Special Special functions
- Data.Number.MPFR Pure interface to the MPFR library.
- Number