Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > S

SQRT

Scroll Prev Top Next More

(SQRT(arg))

 

Returns square root of arg. Arg must be a positive value with a DOUBLE, REAL, NUMERIC, or INTEGER data type.

 

In the following example, the value of vsqrt is 10.

 

SET VAR vsqrt = (SQRT(100))