This function, when calculated, returns the square root of the specified number.
Sqrt([Number])
Where:
Number is a number or a reference to a number, that you want to find the square root of.
Rule | Meaning |
---|---|
Sqrt(DepthTextBoxReturn) | Calculates the square root of the return value from the DepthTextBox. |
DepthTextBoxReturn Value | Result of the Sqrt function |
---|---|
9 | 3 |
17 | 4.123106 |