The SQR function calculates the square of a number x.
For example,
SQR(5)
returns 25, that is 5 raised to the power 2.
See also:
Other mathematical functions