util.Math.sqrt

Returns the square root of the argument provided.

Syntax

util.Math.sqrt(
   val FLOAT )
  RETURNING result FLOAT
  1. val is a floating point value.

Usage

The function returns NULL if the argument provided is invalid.