The SQRT function returns the square root of a value or parameter.
Command Syntax:
SQRT([parameter1])
EXAMPLE:
This formula sets a value of a parameter to return the square root of 4 (which is 2).
SQRT([4])