Copyright | (c) Michal Konecny |
---|---|
License | BSD3 |
Maintainer | mikkonecny@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
AERN2.MP.Ball.Conversions
Contents
Description
Conversions of arbitrary precision dyadic balls
Documentation
data CentreRadius c e Source #
Constructors
CentreRadius c e |
Instances
ConvertibleWithPrecision (CentreRadius Rational Rational) MPBall Source # | |
Defined in AERN2.MP.Ball.Conversions Methods safeConvertP :: Precision -> CentreRadius Rational Rational -> ConvertResult MPBall Source # | |
(ConvertibleExactly c Dyadic, ConvertibleExactly e Dyadic, Show c, Show e, Typeable c, Typeable e) => ConvertibleExactly (CentreRadius c e) MPBall Source # | |
Defined in AERN2.MP.Ball.Conversions Methods safeConvertExactly :: CentreRadius c e -> ConvertResult MPBall # |