RETURNS THE SQUARE ROOT OF V
ACTION
The function SQR(V) returns the square root of V.
V can be a real or integer number and must be positive.
SYNTAX:
Result=SQR(V)
USE ERROR EXAMPLE
print sqr(2)
print "Result = 1.4142135623731"
SQR()
SQR(V)
SEE ALSO
-