Scilab 6.0.0
Scilabヘルプ >> Elementary Functions > Floating point > isinf
isinf
無限大のエントリかどうかを調べる
呼び出し手順
r=isinf(x)
引数
- x
実数または複素数のベクトルまたは行列r: 論理値のベクトルまたは行列
説明
isinf(x)
は,
x
の無限大のエントリに対応するエントリに真,
x
の有限のエントリに対応するエントリに偽を含む
論理値のベクトルまたは行列を返します.
例
isinf([1 0.01 -%inf %inf])
参照
- isnan — "Not a Number" エントリを調べる
Comments
Add a comment:
Please login to comment this page.