p-ranav / tabulate

Table Maker for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set decimal's rounding?

nickhuangxinyu opened this issue · comments

in Samples movie, if the cell content is double, it will output a lot of .00000

Can I set rounding digit?

tabulate simply takes strings? If you want to format your string, you can do this with streams or libfmt as needed.