Function: sqrt

Syntax

sqrt(<num>)

Type

numeric

Returns

The square root of a number.

Parameters

Examples

Compute the √ my_no.

numeric x = sqrt(my_no)

See Also

Functions:

cbrt (numeric)