aern2-real-0.1.0.2: Exact real numbers via Cauchy sequences and MPFR

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

AERN2.Real.Tests

Contents

Description

Tests for operations on cauchy real numbers.

To run the tests using stack, execute:

   stack test aern2-real --test-arguments "-a 1000 -m Real"
   

Synopsis

Documentation

tCauchyReal :: T CauchyReal Source #

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

Orphan instances