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