agrafix / agrafix/format-numbers
Rational numbers sometimes are incorrectly displayed
Open
- Dominant language
- Haskell
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```haskell
ghci> import Data.Text.Format.Numbers
ghci> prettyF (PrettyCfg 18 Nothing '.') (1 :: Rational)
"1.000000000000000000"
ghci> prettyF (PrettyCfg 18 Nothing '.') (100 :: Rational)
"7.766279631452241920"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.