numbers-2007.9.24: Various number typesSource codeContentsIndex
Data.Number.CReal
Synopsis
data CReal
showCReal :: Int -> CReal -> String
Documentation
data CReal Source

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
showCRealSource
:: IntThe number of decimals
-> CRealThe real number
-> StringThe resulting string
The showCReal function connverts a CReal to a String.
Produced by Haddock version 2.1.0