微信扫一扫
关于取整的函数ceil(),floor(),round()
头文件math.h
ceil()向上取整,floor()向下取整,round()取大约,四舍五入。
注意ceil的返回类型是浮点型。
相关推荐