about summary refs log tree commit diff
path: root/src/libcoretest/num/flt2dec
AgeCommit message (Expand)AuthorLines
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-5/+18
2015-05-06core: updated for the master changes.Kang Seonghoon-98/+91
2015-05-06core: fixed a slight bug.Kang Seonghoon-3/+17
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-1/+1
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-32/+32
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1673