Sqrt
Mon 01 January 2018Syntax
SQRT(n)
Description
Use the Sqrt function to calculate the square root of a number.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| n | 
      A number of which you want to find the square root.  | 
   
Returns
Returns a number equal to the positive square root of n . If n is a negative number, Sqrt displays an error.