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

AERN2.MP.WithCurrentPrec.Elementary

Description

WithCurrentPrec elementary operations

Documentation

Orphan instances

(CanPow Rational e, HasOrderCertainly e Integer, CanTestInteger e) => CanPow Rational (WithCurrentPrec p e) Source # 
Instance details

Associated Types

type PowType Rational (WithCurrentPrec p e) #

type PPowType Rational (WithCurrentPrec p e) #

(CanPow Integer e, HasOrderCertainly e Integer, CanTestInteger e) => CanPow Integer (WithCurrentPrec p e) Source # 
Instance details

Associated Types

type PowType Integer (WithCurrentPrec p e) #

type PPowType Integer (WithCurrentPrec p e) #

(CanPow Int e, HasOrderCertainly e Integer, CanTestInteger e) => CanPow Int (WithCurrentPrec p e) Source # 
Instance details

Associated Types

type PowType Int (WithCurrentPrec p e) #

type PPowType Int (WithCurrentPrec p e) #

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

Associated Types

type ExpType (WithCurrentPrec p t) #

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

Associated Types

type LogType (WithCurrentPrec p t) #

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

Associated Types

type SinCosType (WithCurrentPrec p t) #

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

Associated Types

type SqrtType (WithCurrentPrec p t) #

CanPow b Rational => CanPow (WithCurrentPrec p b) Rational Source # 
Instance details

Associated Types

type PowType (WithCurrentPrec p b) Rational #

type PPowType (WithCurrentPrec p b) Rational #

CanPow b Integer => CanPow (WithCurrentPrec p b) Integer Source # 
Instance details

Associated Types

type PowType (WithCurrentPrec p b) Integer #

type PPowType (WithCurrentPrec p b) Integer #

CanPow b Int => CanPow (WithCurrentPrec p b) Int Source # 
Instance details

Associated Types

type PowType (WithCurrentPrec p b) Int #

type PPowType (WithCurrentPrec p b) Int #

(CanPow t1 t2, p1 ~ p2) => CanPow (WithCurrentPrec p1 t1) (WithCurrentPrec p2 t2) Source # 
Instance details

Associated Types

type PowType (WithCurrentPrec p1 t1) (WithCurrentPrec p2 t2) #

type PPowType (WithCurrentPrec p1 t1) (WithCurrentPrec p2 t2) #