R/tools.R

is.wholenumber <- function(x, tol=.Machine$double.eps^0.5) abs(x-round(x)) < tol
xpastor/skima documentation built on May 16, 2019, 3:25 p.m.