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.Ball.Limit

Description

Limits of MPBall sequences.

Documentation

limitMPBall :: (Accuracy -> ix) -> (ix -> CN MPBall -> CN MPBall) -> CN MPBall -> CN MPBall Source #

Orphan instances

HasLimits Int (CN MPBall -> CN MPBall) Source # 
Instance details

Associated Types

type LimitType Int (CN MPBall -> CN MPBall) Source #

HasLimits Integer (CN MPBall -> CN MPBall) Source # 
Instance details

Associated Types

type LimitType Integer (CN MPBall -> CN MPBall) Source #

HasLimits Rational (CN MPBall -> CN MPBall) Source # 
Instance details

Associated Types

type LimitType Rational (CN MPBall -> CN MPBall) Source #