Copyright | Bryan O'Sullivan 2011 |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Data.Attoparsec.Number
Description
A simple number type, useful for parsing both exact and inexact quantities without losing much precision.
Documentation
A numeric type that can represent integers accurately, and
floating point numbers to the precision of a Double
.