inline fn __builtin_isinf_sign(x: anytype) c_int
[src]
Similar to isinf, except the return value is -1 for an argument of -Inf and 1 for an argument of +Inf.
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.