You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
", longdouble.digits==", .Machine$longdouble.digits, # 64 normally, 53 for example under valgrind where some high accuracy tests need turning off, #4639
", capabilities('long.double')==", capabilities('long.double'), # almost certainly overkill, but that's OK; see #6154
234
+
", longdouble.digits==", format(.Machine$longdouble.digits), # 64 normally, 53 for example under valgrind where some high accuracy tests need turning off, #4639
234
235
", sizeof(pointer)==", .Machine$sizeof.pointer,
235
236
", TZ==", if (is.na(tz)) "unset"else paste0("'",tz,"'"),
0 commit comments