R/hello.R

Defines functions squareno

Documented in squareno

# Square of a number
# squareno

squareno <- function(n){
  n^2
}
mitdir/test4 documentation built on May 20, 2019, 7:25 a.m.