Function: Sqrt
Description
Returns the square root of number.
Syntax
Sqrt(number)
Arguments
number is the number to convert. If number is a negative value, this function returns 0.
Return value
This function returns a number.
Calculated field example
If a Total field contained the value 755, the following calculated field expression would return 27.45 (if a Decimals setting of 2 was specified on the General tab of the Field Properties dialog): Sqrt(Total)