is.wholenumber {ibd} | R Documentation |
Checks whether a given number is whole number or not.
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
a number |
tol |
tolerance. Default is tol = .Machine$double.eps^0.5 |
Returns TRUE or FALSE
Baidya Nath Mandal <mandal.stat@gmail.com>