NextGen Knowledge Center

SQRT Function

Use:Calculates the square root of the provided value
Syntax:
{SQRT(<<value>>)} 
Arguments:

<<value>>
    Numeric or decimal value
Returns:The calculated square root as decimal
Example:
{SQRT(144)}

Result: 12

SQRT Function