R/dec.R

dec <- function (x) 
{
    x - trunc(x)
}
John-R-Wallace/JRWToolBox documentation built on April 11, 2025, 7:49 p.m.