Computes the square of a number, which is the number multiplied by itself.

square(x)

Arguments

x

A number to be squared

Value

A number

Examples

square(10)
#> [1] 100