fn isnanl(x: c_longdouble) callconv(.c) c_int
fn isnanl(x: c_longdouble) callconv(.c) c_int { return @intFromBool(math.isNan(x)); }