Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.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
Histórico
| Versão | Descrição | 
| 6.0 | ~ (not) priority is now higher than <,
                    <=, > and >=one.
                    For instance, ~3<1 is parsed as (~3)<1
                    instead of ~(3<1) and now yields an error instead of
                    %T.A>[], A>=[],
                    A<[], A<=[],
                    []>A, []>=A,
                    []<A, and []<=A now return
                    [] instead of an error. | 
| Report an issue | ||
| << hat | Scilab palavra-chave | minus >> |