Category:

Mathematical

Returns square root of a number.

Syntax

sqrt(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

sqrt(40.11)