计算最接近给定数且大于或等于它的整数值。
例如,调用 ceil(9.03)
和 ceil(9.97)
都会返回值 10。
示例
语法
ceil(n)
参数
n
数字:
要向上取整的数字。
Returns
整数: 向上取整后的数字。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!
参考
计算最接近给定数且大于或等于它的整数值。
例如,调用 ceil(9.03)
和 ceil(9.97)
都会返回值 10。
ceil(n)
要向上取整的数字。