sqr
ACTION: returns the square root of a value
USE: SquareRoot=sqr(value)
EXAMPLE:
v=sqr(9)

RESULT:
3

REMARKS: sqr and sqrt are the same

RELATED: pow log hypot