Compute the square of a value.
Usage
compute(x)
x: float
The input value.
float
The squared value.
>>> compute(3.0) 9.0