pub inline fn isinf(x: anytype) c_int
pub inline fn isinf(x: anytype) c_int { return @intFromBool(std.math.isInf(x)); }