Home / Search/ Language Reference/ Functions/ Scalar Functions/ Mathematical Functions/isinf

isinf

The isinf function returns whether input is an infinite (positive or negative) value.

Syntax

    isinf( X )

Arguments

  • X: A real number.

Results

A non-zero value (true) if X is a positive or negative infinite, and zero (false) otherwise.