R/squarenr.R

# Square of a number
# squarenr

squarenr <- function(n){
  n^2
}
mmbch/squarenr documentation built on May 20, 2019, 7:36 a.m.