Sqrt is a mathematical function that returns the square root of a numeric value, row, column, or cell.
Sqrt(argument)
where argument is one of the following values:
A numeric value. For example, Sqrt(100) returns the value 10. Numeric values can include decimals and negative values. See Numeric Arguments. | |
A pointer to a row, column, or cell within a grid. References can be specified in several ways. The reference syntax is: GridName.GridElement[segment(range)].property. See Row, Column, or Cell Reference Arguments. | |
Sqrt(16)