Compute the value of a base expression squared.
The base value of the expression.
Returns the base expression squared.
0.5.0
square(4)// => 16 Copy
square(4)// => 16
Compute the value of a base expression squared.