square.Rd
Computes the square of a number, which is the number multiplied by itself.
square(x)
A number to be squared
A number
square(10) #> [1] 100