aern2-mp-0.1.0.0: Multi-precision floats via MPFR

Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

AERN2.MP.UseMPFR.Float.Type

Contents

Description

Arbitrary precision floating-point numbers

Currently, we use hmpfr when compiling with ghc 7.10 and higher and haskell-mpfr when compiling with ghc 7.8.

Synopsis

MPFloat numbers and their basic operations

type MPFloat = MPFR Source #

Multiple-precision floating-point type based on MPFR via hmpfr.

Orphan instances