math.isinf

Syntax

b := math.isinf(f)

Returns true if f is the special floating pointe value infinite (Positive or negative).

Returns:

b - true if f is Inf.

Arguments:

f - a floating point value