关于自动四舍五入
摘要:
//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 lunatic6 阅读(228) 评论(0) 推荐(0)
posted @ 2018-09-20 14:13 lunatic6 阅读(228) 评论(0) 推荐(0)
posted @ 2018-09-20 12:34 lunatic6 阅读(219) 评论(0) 推荐(0)
posted @ 2018-07-25 23:46 lunatic6 阅读(95) 评论(0) 推荐(0)