is.wholenumber {cmapR} | R Documentation |
Check if x is a whole number
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
number to test |
tol |
the allowed tolerance |
boolean indicating whether x is tol away from a whole number value
is.wholenumber(1) is.wholenumber(0.5)