R/modulus.R

Defines functions modulus

Documented in modulus

modulus <-
function(x, n)
n * (x/n - trunc(x/n))

Try the ProDenICA package in your browser

Any scripts or data that you put into this service are public.

ProDenICA documentation built on March 18, 2022, 6:28 p.m.