Scilab 5.3.3
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
isnan
verifica entradas NaN ("não é um número")
Seqüência de Chamamento
r=isnan(x)
Parâmetros
- x
- real or complex vector or matrix r : boolean vector or matrix 
Descrição
isnan(x) retorna um vetor ou matriz de valores
    booleanos que contém entradas verdadeiras correspondentes às entradas NaN
    de x e entradas falsas correspondentes às entradas
    regulares de x .
Exemplos
isnan([1 0.01 -%nan %inf-%inf])
Ver Também
- isinf — verifica se há entradas infinitas
| << isinf | Ponto flutuante | nearfloat >> |