aern2-real-0.1.0.2: Exact real numbers via Cauchy sequences and MPFR

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

AERN2.Real.Type

Contents

Description

The type of Cauchy real numbers

Synopsis

Documentation

newCR :: QAArrow to => String -> [AnyProtocolQA to] -> ((Maybe (QAId to), Maybe (QAId to)) -> AccuracySG `to` MPBall) -> CauchyRealA to Source #

newCRCN :: QAArrow to => String -> [AnyProtocolQA to] -> ((Maybe (QAId to), Maybe (QAId to)) -> AccuracySG `to` CN MPBall) -> CauchyRealCNA to Source #

realId :: QA to p -> Maybe (QAId to) Source #

realSources :: QA to p -> [QAId to] Source #

realWithAccuracy :: QAArrow to => CauchyRealA to -> AccuracySG `to` MPBall Source #

Get a ball approximation of the real number with at least the specified accuracy. (A specialisation of qaMakeQuery for Cauchy reals.)

type CanBeReal t = CanBeRealA (->) t Source #

real :: CanBeRealA (->) t => t -> CauchyReal Source #

realA :: CanBeRealA to t => t -> CauchyRealA to Source #

Orphan instances