Description Usage Arguments Value References Examples
Test if a given number is a whole number
1 | is.wholenumber(x, tol = .Machine$double.eps^0.5)
|
x |
a number to test |
tol |
precision to be used |
returns TRUE or FALSE depending on whether the number is or not a wholenumber
This function is described on 'is.integer' help
1 2 | is.wholenumber(4)
is.wholenumber(3.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.