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
isnan
"Not a Number" エントリを調べる
呼び出し手順
r=isnan(x)
パラメータ
- x
実数または複素数のベクトルまたは行列 r : 論理値のベクトルまたは行列
説明
isnan(x)
は,
x
の"Not a Number"のエントリに対応するエントリに真,
x
の通常のエントリに対応するエントリに偽を含む
論理値のベクトルまたは行列を返します.
例
isnan([1 0.01 -%nan %inf-%inf])
参照
- isinf — 無限大のエントリかどうかを調べる
Report an issue | ||
<< isinf | Floating point | nearfloat >> |