square.Rd
computes the square of a number, i.e. the number multiplied by itself
square(x)
a number to be squared
a number
square(10) #> [1] 100 square(4) #> [1] 16