R/helperFunctions.R

mod0<-function(x,y){
  if(is.zero(y, strict=T)){
    return(x)
  } else {
    return(x %% y)
  }
}
andrewjameshaynes/isPackage documentation built on May 3, 2019, 8:33 p.m.