R/square.R

#' Calculate the square of x.
#'
#' @export
square <- function(x)
    x^2
dvukcevic/mypackage documentation built on May 14, 2019, 11:12 a.m.