SQRT
(
x
#)
Purpose
Returns the Square Root of the number
x#
x#
must be >= 0.0 otherwise the function will return a NaN
Examples
A# = SQRT(50.0)
Comments:
A# will be assigned the value of 7.071
See Also
POWER
Basic to TBASIC Reference Manual