R/is.wholenumber.R

is.wholenumber <-
function(x, tol = .Machine$double.eps^0.5)  abs(x - round(x)) < tol
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.