Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
less
(<) comparação "menor do que"
greater
(>) comparação "maior do que"
Descrição
Símbolo de comparação lógica
- <>
significa "diferente" (é o mesmo que ~= )
- <
significa "menor do que".
- >
significa "maior do que".
- <=
significa "maior do que".
- >=
significa "maior do que ou igual a".
Ver Também
Report an issue | ||
<< left | Scilab palavra-chave | minus >> |