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

AERN2.MP.Float

Description

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

Synopsis

Precision operations

Helper structure

The type definition and basic operations

Arithmetic operations

distUp :: MPFloat -> MPFloat -> MPFloat Source #

Computes an upper bound to the distance |x - y| of x and y.

distDown :: MPFloat -> MPFloat -> MPFloat Source #

Computes a lower bound to the distance |x - y| of x and y.

Conversions, comparisons and norm, constants such as NaN, infinity

Infix operators for up/down-rounded operations

Tests