Copyright | (c) Michal Konecny |
---|---|
License | BSD3 |
Maintainer | mikkonecny@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Introductory examples for packages aern2-mp and aern2-real.
Please see aern2-real/README.md for explanations.
You can run the following examples in ghci. If you installed AERN2 using the official instructions, you can start ghci using the following command in the base folder:
stack repl aern2-realexamplesAERN2RealExamples/Introduction.hs
Documentation
sine1_run1 :: CN MPBall Source #
sine1_run2 :: CN MPBall Source #
detectCN :: CanTestErrorsPresent a => a -> Maybe a Source #
absR2_approx :: (NegType t ~ t, HasIfThenElse (SelectType (OrderCompareType t Rational)) t, CanSelect (OrderCompareType t Rational), HasOrderAsymmetric t Rational, CanNeg t) => t -> Rational -> IfThenElseType (SelectType (OrderCompareType t Rational)) t Source #
select_run1 :: CReal Source #
logistic1 :: RealNumber t => Integer -> t Source #
logistic1_CReal_run :: Integer -> CReal Source #