R/dec.R

dec <- function (x) 
{
    x - trunc(x)
}
John-R-Wallace/JRWToolBox documentation built on April 20, 2024, 9:31 p.m.