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

AERN2.MP.WithCurrentPrec.PreludeInstances

Description

WithCurrentPrec instances of Prelude classes

Documentation

Orphan instances

Eq t => Eq (WithCurrentPrec t p) Source # 
Instance details

HasCurrentPrecision p => Floating (WithCurrentPrec (CN MPBall) p) Source # 
Instance details

Methods

pi :: WithCurrentPrec (CN MPBall) p #

exp :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

log :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

sqrt :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

(**) :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

logBase :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

sin :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

cos :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

tan :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

asin :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

acos :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

atan :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

sinh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

cosh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

tanh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

asinh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

acosh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

atanh :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

log1p :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

expm1 :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

log1pexp :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

log1mexp :: WithCurrentPrec (CN MPBall) p -> WithCurrentPrec (CN MPBall) p #

(HasCurrentPrecision p, Fractional t, ConvertibleWithPrecision Integer t, ConvertibleWithPrecision Rational t) => Fractional (WithCurrentPrec t p) Source # 
Instance details

(HasCurrentPrecision p, Num t, ConvertibleWithPrecision Integer t) => Num (WithCurrentPrec t p) Source # 
Instance details

Ord t => Ord (WithCurrentPrec t p) Source # 
Instance details