agrafix / agrafix/format-numbers

Rational numbers sometimes are incorrectly displayed

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.