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
floor
下方向への丸め
呼び出し手順
[y]=floor(x)
パラメータ
- x
実数の行列
- y
整数の行列
説明D
floor(x)
は最も近い整数へ下方向の丸めた整数からなる整数行列を返します.
例
floor([1.9 -2.5])-[1,-3] floor(-%inf) x=rand()*10^20;floor(x)-x
Report an issue | ||
<< fix | Floating point | format >> |