isinff

Function isinff 

Source
pub unsafe extern "C" fn isinff(x: f32) -> i32
Expand description

Determine whether the floating-point value is an infinite value (positive or negative)x.

Nvidia docs

ยงReturns

Returns a nonzero value if and only if is a infinite valuex.