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.
Â
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.