| Copyright | (c) Michal Konecny |
|---|---|
| License | BSD3 |
| Maintainer | mikkonecny@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
AERN2.MP
Description
Multiple-precision ball arithmetic
Documentation
module AERN2.Norm
module AERN2.MP.Precision
module AERN2.MP.Accuracy
module AERN2.MP.UseMPFR.ErrorBound
module AERN2.MP.Enclosure
Constructors
| MPBall | |
Fields | |
Instances
type CanBeMPBall t = ConvertibleExactly t MPBall Source #
mpBall :: CanBeMPBall t => t -> MPBall Source #
type CanBeMPBallP t = ConvertibleWithPrecision t MPBall Source #