Scilab-Branch-6.1-GIT
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Inteiros
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Trigonometria
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Ponto flutuante
- ceil — arredonda o número para o inteiro maior ou igual ao número
- clean — limpa matrizes (arredonda para zero entradas pequenas)
- double — converts inttype integers or booleans into decimal encoding
- fix — arredonda em direção a zero
- floor — arredondamento para o inteiro menor ou igual ao número
- format — set the default output format of decimal numbers
- ieee — ajusta o modo de exceção de ponto flutuante
- int — parte inteira
- isinf — tests for infinite elements
- isnan — verifica entradas NaN ("não é um número")
- nearfloat — get previous or next floating-point number
- nextpow2 — próxima potência de 2 mais alta
- number_properties — determina parâmetros de ponto flutuante
- round — arredondamento para inteiro mais próximo
- signed zero -0 — Processing of -0 versus 0
Report an issue | ||
<< Exponential | Funções Elementares | Integer representation >> |