SQRT()
SQRT() — Returns the square root of a numeric expression.
Synopsis
SQRT(   numeric-expression   ) 
Description
The SQRT() function returns the square root of the specified numeric expression. 
Example
The following example uses the SQRT and POWER functions to return the distance of a graph point from the
    origin.