SQR( n )
SQR(n)
Description:
This function returns the square root of the number or numeric expression n.
Usage:
print "The square root of 2 is: "; print SQR(2)