Scilab Function

int - integer part

Calling Sequence

[y]=int(X)

Parameters

Description

int(X) returns the integer part of the real matrix X. Same as fix.

See Also