SQRT


 
SYNTAX:
 
FUNCTION SQRT ( V:NUMBER ) : REAL;
The sqrt function returns the non-negative square root of a number.
 
Parameters :
  V is any non-negative number.