Safe Haskell | None |
---|
- scientificBuilder :: Scientific -> Builder
- formatScientificBuilder :: FPFormat -> Maybe Int -> Scientific -> Builder
- data FPFormat
Documentation
scientificBuilder :: Scientific -> BuilderSource
A Text
Builder
which renders a scientific number to full
precision, using standard decimal notation for arguments whose
absolute value lies between 0.1
and 9,999,999
, and scientific
notation otherwise.
:: FPFormat | |
-> Maybe Int | Number of decimal places to render. |
-> Scientific | |
-> Builder |
Like scientificBuilder
but provides rendering options.