| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.Number.BigFloat
Description
Documentation
Floating point number where the precision is determined by the type e.
Instances
| Eq (BigFloat e) Source # | |
| Epsilon e => Floating (BigFloat e) Source # | |
| Epsilon e => Fractional (BigFloat e) Source # | |
| Epsilon e => Num (BigFloat e) Source # | |
| Epsilon e => Ord (BigFloat e) Source # | |
| Epsilon e => Real (BigFloat e) Source # | |
| Epsilon e => RealFloat (BigFloat e) Source # | |
| Epsilon e => RealFrac (BigFloat e) Source # | |
| Epsilon e => Show (BigFloat e) Source # | |
Minimal complete definition
eps
A type construct that gives one more decimals than the argument.
data PrecPlus20 e Source #
Instances
| Epsilon e => Epsilon (PrecPlus20 e) Source # | |