Man Scilab

int
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

round ,   floor ,   ceil ,  

Back