R/dec.R

dec <- function (x) 
{
    x - trunc(x)
}
John-R-Wallace/R-ToolBox documentation built on April 22, 2024, 8:29 p.m.