Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
ceil
切り上げ
呼び出し手順
[y]=ceil(x)
パラメータ
- x
実数行列
- y
整数行列
説明
ceil(x)
は切り上げた要素からなる整数行列を返します.
例
ceil([1.9 -2.5])-[2,-2] ceil(-%inf) x=rand()*10^20;ceil(x)-x
Report an issue | ||
<< Floating point | Floating point | clean >> |