R/dec.R

dec <- function (x) 
{
    x - trunc(x)
}
John-R-Wallace-NOAA/JRWToolBox documentation built on Sept. 23, 2024, 1:16 a.m.