Scilab Function
Last update : April 1993

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

round ,   floor ,   ceil ,