pub inline fn isNegativeInf(x: anytype) bool
pub inline fn isNegativeInf(x: anytype) bool { return x == -math.inf(@TypeOf(x)); }