Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
int
ゼロ方向への丸め
呼び出し手順
y=int(X)
引数
- X
実数行列
- y
整数行列
説明
int(X)
は実数行列 X
の整数部を返します.
fix
と同じです.
例
int([1.3 1.5 1.7 2.5 3.7]) // 負のxに関する結果に注意 int([-1.3 -1.5 -1.7 -2.5 -3.7])
Report an issue | ||
<< ieee | Floating point | isinf >> |