| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.Convert.Real
Contents
Documentation
class FromRational a => FromReal a where Source #
Conversion from Double.
Since: 0.1
Conversion to Double.
Since: 0.1
Instances
| ToReal Int16 Source # | Since: 0.1 |
| ToReal Int32 Source # | Since: 0.1 |
| ToReal Int64 Source # | Since: 0.1 |
| ToReal Int8 Source # | Since: 0.1 |
| ToReal Word16 Source # | Since: 0.1 |
| ToReal Word32 Source # | Since: 0.1 |
| ToReal Word64 Source # | Since: 0.1 |
| ToReal Word8 Source # | Since: 0.1 |
| ToReal Integer Source # | Since: 0.1 |
| ToReal Natural Source # | Since: 0.1 |
| ToReal Double Source # | Since: 0.1 |
| ToReal Float Source # | Since: 0.1 |
| ToReal Int Source # | Since: 0.1 |
| ToReal Word Source # | Since: 0.1 |
| ToReal (Ratio Integer) Source # | Since: 0.1 |
| ToReal (Ratio Natural) Source # | Since: 0.1 |
| HasResolution k => ToReal (Fixed k) Source # | Since: 0.1 |