R/internal.R

Defines functions sq

sq <- function(x) {
  x * x
}
stla/uniformly documentation built on July 29, 2023, 4:35 p.m.