Files
Nim/tests/js/t8231.nim
Bung 7cee63bba3 avoid #8231, bitwise move to mul,div (#15070)
* avoid #8231, bitwise move to mul,div

* add test for #8231

* fix bitwise move when div result is float

* bitwise move depends on typ.size
2020-08-25 09:58:32 +02:00

3 lines
81 B
Nim

import strutils
doAssert formatSize(2462056448, '.', bpIEC, false) == "2.293GiB"