C++中的floor()函数

y = floor(x)。
则y等于:不大于x的最大整数

C++中的floor()函数_第1张图片

详细参考:http://www.cplusplus.com/reference/cmath/floor/

你可能感兴趣的:(C++)