fgl_decimal_sqrt()

Computes the square root of the decimal passed as parameter.

Syntax

fgl_decimal_sqrt(
   value DECIMAL )
  RETURNING result DECIMAL
  1. value is the decimal to be computed.