aern2-mp-0.2.2.0: Multi-precision ball (interval) arithmetic
Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

AERN2.MP.Float.Type

Description

Arbitrary precision floating-point numbers, re-using CDAR Approx type.

Synopsis

MPFloat numbers and their basic operations

type MPFloat = Approx Source #

Multiple-precision floating-point type based on CDAR.Approx with 0 radius.

getErrorStepSizeLog :: Approx -> Maybe Int Source #

Returns s such that 2^s is the distance to the nearest other number with the same precision. Returns Nothing for Bottom.

Orphan instances

CanSetPrecision MPFloat Source # 
Instance details

HasPrecision MPFloat Source # 
Instance details

HasNorm MPFloat Source # 
Instance details