DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::sqrt

Compute the square root of a value.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberA non-negative number

Return Value

Returns a Number representing the square root of the value.

Examples

$ Calculate square root
$ ctrl+enter to run

Related Functions