| Copyright | (c) The University of Glasgow 1994-2002 |
|---|---|
| License | see libraries/base/LICENSE |
| Safe Haskell | Trustworthy |
| Language | Haskell98 |
Data.Text.Lazy.Builder.RealFloat
Description
Write a floating point value to a Builder.
Documentation
Control the rendering of floating point numbers.
Constructors
| Exponent | Scientific notation (e.g. |
| Fixed | Standard decimal notation. |
| Generic | Use decimal notation for values between |
Instances
| Enum FPFormat Source # | |
| Read FPFormat Source # | |
| Show FPFormat Source # | |