numbers-2007.9.23: Various number typesContentsIndex
Data.Number.CReal
Synopsis
data CReal
showCReal :: Int -> CReal -> String
Documentation
data CReal

The CReal type implements (constructive) real numbers.

Note that the comparison operations on CReal may diverge since it is (by necessity) impossible to implementent them correctly and always terminating.

This implementation is really David Lester's ERA package.

show/hide Instances
showCReal
:: IntThe number of decimals
-> CRealThe real number
-> StringThe resulting string
The showCReal function connverts a CReal to a String.
Produced by Haddock version 0.8