R/01-checks.r

is.badval <- function(x)
{
  is.na(x) || is.nan(x) || is.infinite(x)
}
wrathematics/curand documentation built on May 20, 2019, 9:57 a.m.