inline fn __builtin_isinf_sign(x: anytype) c_int

Similar to isinf, except the return value is -1 for an argument of -Inf and 1 for an argument of +Inf.

Parameters

x: anytype,