9.91
SQRT - Computes the square root function (argument raised to the power of 0.5)
Returns ? on error.
Argument(s)
1, Real
Result type
Real
Category
Math functions
Example:
C:> ASET -p X := SQRT(2) X=1.414214