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

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

AERN2.MP.UseMPFR.Float.Arithmetic

Contents

Description

Arbitrary precision floating-point numbers with up/down-rounded operations.

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

Synopsis

MPFloat basic arithmetic

MPFloat selected constants and operations

Orphan instances

CanAbs MPFloat Source # 

Associated Types

type AbsType MPFloat :: * #

Methods

abs :: MPFloat -> AbsType MPFloat #

CanNeg MPFloat Source # 

Associated Types

type NegType MPFloat :: * #