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
isinf
verifica se há entradas infinitas
Seqüência de Chamamento
r=isinf(x)
Parâmetros
- x
- um vetor ou matriz de reais ou complexos. r : um vetor ou matriz de valores booleanos 
Descrição
isinf(x) retorna um vetor ou matriz de valores
    booleanos que contém entradas verdadeiras correspondentes às entradas de
    x infinitas e entradas falsas correspondentes às
    entradas de x finitas.
Exemplos
isinf([1 0.01 -%inf %inf])
Ver Também
- isnan — verifica entradas NaN ("não é um número")
| << int | Ponto flutuante | isnan >> |