Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
int
parte inteira
Seqüência de Chamamento
[y]=int(X)
Parâmetros
- X
- matriz de reais 
- y
- matriz de inteiros 
Descrição
int(X) retorna a parte inteira da matriz de reais
    X. É o mesmo que fix.
Ver Também
| << frexp | Ponto flutuante | isinf >> |