标签: c floating-point precision floating-point-precision
我想显示一个MAXIMUM为两个精度的浮点数。我的意思是我不想看到不必要的0。 喜欢:0.5不能变成0.50(但是%.2f确实如此!) 我该怎么办?