Instant is
off
|
Search plugin
|
Manual
|
haskell.org
RealFloat
-base
Packages
base
text
module
Data.Text.Lazy.Builder.
RealFloat
text
Data.Text.Lazy.Builder.RealFloat
Write a floating point value to a
Builder
.
realFloat
:: RealFloat a => a -> Builder
text
Data.Text.Lazy.Builder.RealFloat
Show a signed
RealFloat
value to full precision, using standard decimal notation for arguments whose absolute value lies between 0.1 and 9,999,999, and scientific notation otherwise.
format
RealFloat
:: RealFloat a => FPFormat -> Maybe Int -> a -> Builder
text
Data.Text.Lazy.Builder.RealFloat
©
Neil Mitchell
2004-2012, version 4.2.11