* Hackage: * GitHub: * Latest Hackage released version: 2.0, 2018-03-17 ### Version 2.0, 2018-03-17 * Import FloatingHex qualified to avoid GHC 8.4.1 compilation issue ### Version 1.9, 2017-01-22 * Minor fix to printing of +/-0 ### Version 1.8, 2017-01-15 * Bump up FloatingHex dependency to >0.4, this enables proper support for large doubles ### Version 1.7, 2017-01-14 * Fix a snafu in reading hexadecimal floats ### Version 1.6, 2017-01-14 * Add support for hexadecimal-floats. These now work both in toIEEE option as input, and also when printing the values out. (i.e., numbers of the form 0x1.abp-3, etc.) ### Version 1.5, 2016-01-23 * Typo fixes; no functionality changes ### Version 1.4, 2016-01-17 * Fix NaN nomenclature: Screaming->Signaling * Add an example to README.md ### Version 1.3, 2015-04-11 * Fix docs, github location ### Version 1.2, 2015-04-11 * Fix the constant qnan values for SP/DP * Add conversions from float/double. Much easier to use. * Better handling of nan values. ### Version 1.1, 2015-04-02 * Clean-up the API, examples etc. ### Version 1.0, 2015-04-01 * First implementation. Supports HP/SP/DP and signed/unsigned numbers in 8/16/32/64 bits.