Navigation

Operators and Keywords

Function List:

C++ API

: isinf (x)

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