summary refs log tree commit diff stats
path: root/lib/system/formatfloat.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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