ceil
種 類
メソッド
書 式
Math.
ceil(値)
解 説
値を切り上げます。
コード
n = eval(prompt("Input Number",0.5));
alert("値を切り上げると"+Math.ceil(n)+"です");
■サンプルをダウンロードする
>>.zip