Isinf

Returns TRUE if the argument x contains a value, FALSE otherwise.

Syntax

isinf(x)

Types
 Variable NameValue TypeVariable Type
Arguments:xreal, complexscalar, vector, matrix, signal, xy-data
Result: zbool scalar
Calculator Input

Use the isinf button to complete the operation.

Example
IDDescriptionTypeValueExpression
x COMPLEX REAL SIGNAL   signal([1,2],[1,1/0],[real(1/0),imag(1/0)])
z Result BOOL trueisinf(x)
y REAL SIGNAL   signal([1,2],[1,2],[3,4])
z Result BOOL falseisinf(y)