summary refs log tree commit diff stats
path: root/lib/system/formatfloat.nim
Commit message (Collapse)AuthorAgeFilesLines
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-1/+1
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-1/+1
| | | | * printing float values will have one more digit. Fixes #13196
* NaN floatFormat with clang_cl (#12910)cooldome2019-12-171-2/+2
| | | | | | * clang_cl nan floatFormat * format
* consistent floating point output (#12219)Andreas Rumpf2019-09-201-0/+59
* unify float printing * makes tests green