SQRT
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Returns the square root of the specified value.
Syntax
SQRT(<double expression>)
Example
SQRT(4) // 2
SQRT(2) // 1.41421356237