aern2-mp-0.1.2.0: Multi-precision floats via MPFR

Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

AERN2.MP.Ball.Tests

Contents

Description

Tests for operations on arbitrary precision balls.

To run the tests using stack, execute:

   stack test aern2-mp --test-arguments "-a 1000 -m MPBall"
   

Synopsis

Documentation

tMPBall :: T MPBall Source #

A runtime representative of type MPBall. Used for specialising polymorphic tests to concrete types.

Orphan instances