Esta función calcula el cuadrado del valor inicial.

demo(x)

Arguments

x

A integer(1) or numeric(1).

Value

x^2

Examples

demo(2)
#> [1] 4