is.wholenumber {heemod} | R Documentation |
Check whole Numbers
Description
Check whole Numbers
Usage
is.wholenumber(x, tol = .Machine$double.eps^0.5)
Arguments
x |
numeric. |
tol |
the smallest positive floating-point number x such that 1 + x != 1. |
Value
A logical scalar.
[Package heemod version 1.0.1 Index]