util.Math.sqrt
Returns the square root of the argument provided.
Syntax
util.Math.sqrt(
   x FLOAT )
  RETURNS FLOAT
- x is a floating point value.
 
Usage
The function returns NULL if the argument provided is invalid.
Returns the square root of the argument provided.
util.Math.sqrt(
   x FLOAT )
  RETURNS FLOAT
The function returns NULL if the argument provided is invalid.