Square (Reserved Word)
Returns the square of the specified Num.
Square(Num)
Where Num is a numeric expression to be used in the calculation.
Remarks
The square is a number raised to the 2nd power.
Examples
Square(6.23) returns a value of 38.8129.
Square(-9.5687) returns a value of 91.5600.