关于自动四舍五入
摘要://printf("%.1f\n", 0.05);//自动四舍五入输出0.1 //printf("%.1f\n", 0.04);//自动四舍五入输出0.0 //printf("%.1f\n", -0.04);//自动四舍五入输出-0.0
阅读全文
posted @ 2018-09-20 14:13
posted @ 2018-09-20 14:13
posted @ 2018-09-20 12:34