SQRT (Primitive Spread Function) returns the positive square root of the specified number.
SYNTAX:
SQRT(value)
REMARKS:
You must provide a positive number for the value argument.
EXAMPLES:
SQRT(B4)SQRT(256)=16