is.wholenumber | 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>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.