Operators and Keywords
Function List:
C++ API
Return a logical array which is true where the elements of x are infinite and false where they are not.
For example:
isinf ([13, Inf, NA, NaN]) ⇒ [ 0, 1, 0, 0 ]
See also: isfinite, isnan, isna.
Package: octave