Scilab 5.3.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
int
整数部
呼び出し手順
[y]=int(X)
パラメータ
- X
実数行列
- y
整数行列
説明
int(X)
は実数行列 X
の整数部を返します.
fix
と同じです.
<< frexp | Floating point | isinf >> |