Scilab Function
int - integer part
Calling Sequence
[y]=int(X)
Parameters
X
: real matrix
y
: integer matrix
Description
int(X)
returns the integer part of the real matrix
X
. Same as
fix
.
See Also
round
floor
ceil