R/SumNat.R

Defines functions sumNat

sumNat <- function(x)
{ ((x-1)*(x)/2) }
Enriquez64/sumNat documentation built on May 27, 2019, 7:42 a.m.