数値以上の最も近い整数値を計算します。
例えば、ceil(9.03)
とceil(9.97)
を呼び出すと、 どちらも値10を返します。
実例
シンタックス
ceil(n)
パラメーター
n
Number:
切り上げる数値。
リターン
Integer: 切り上げられた数値。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!