R/square.R

# The square function
square <- function(x) {
  result <- x^2
  result
}
alfell/feller documentation built on May 4, 2019, 4:14 a.m.