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