README 647 B

1234567891011121314151617
  1. Arbitrary-precision floating-point numbers represented using
  2. scientific notation.
  3. A Scientific number is an arbitrary-precision floating-point number
  4. represented using scientific notation.
  5. A scientific number with coefficient c and base10Exponent e
  6. corresponds to the Fractional number: fromInteger c * 10 ^^ e
  7. Its primary use-case is to serve as the target of parsing floating
  8. point numbers. Since the textual representation of floating point
  9. numbers use scientific notation they can be efficiently parsed to a
  10. Scientific number.
  11. After uninstalling, run this command to unregister the package from
  12. the ghc package database: ghc-pkg recache