Applies from Version: | WEBcnx 2024.1 | Applies to Version: |
Description
Returns the square of the specified number.
Syntax
SQR(number)
The SQR function has the following arguments:
- number Required. The number for which is squared.
Returns
A square number
Examples
Expression | Description | Result |
---|---|---|
SQR(2) | Square value of 2. | 4 |
SQR(-2) | Square of -2. | 4 |