obj
)
try2int(obj, tol = .Machine$double.eps^0.5)
obj
deviate from
the corresponding integers at most the value of tol
, they are considered
to be integers; e.g. by default 1 + .Machine$double.eps
is considered
to be an integer but 1 + .Machine$double.eps^0.49
is not.