summary refs log tree commit diff stats
path: root/lib/system/dragonbox.nim
Commit message (Collapse)AuthorAgeFilesLines
* move formatfloat out of system (#20195)ringabout2022-08-241-1326/+0
| | | | | | | | | | | | | | | * move formatfloat out of system * fixes doc * Update changelog.md * careless * fixes * deprecate system/formatfloat * better handling
* move assertions out of system (#19599)flywind2022-03-231-0/+2
|
* merge similar procs regarding digits (#18318)flywind2021-06-221-28/+4
|
* fix 18186 with adding importc _umul128 (#18200)slangmgh2021-06-071-1/+2
|
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-011-0/+1347
* use dragonbox algorithm; alternative to #18008 * removed unsafe code