Returns the positive square root of a positive number.
Sample usage
SQRT(Area)
Syntax
SQRT(X)
Parameters
X
- a literal number, a field, or an expression containing at least one field.
Examples
Example formula | Input | Output |
---|---|---|
SQRT(Area) |
4 | 2 |
SQRT(Area) |
5.5 | 2.35 |