This function, when calculated, multiplies the specified number by pi and returns the square root of the result.
SqrtPi([Number])
Where:
Number is a number or a reference to a number, that you want to multiply by pi and find the square root of.
Rule | Meaning |
---|---|
SqrtPi(DepthTextBoxReturn) | Multiplies the return value from the DepthTextBox by pi and returns the square root of the result. |
DepthTextBoxReturn Value | Result of the SqrtPi function |
---|---|
9 | 5.317361553 |
17 | 7.308014444 |