SQRT(
matrix )
;
The SQRT function returns the positive square roots of each element of the argument matrix. An example of a valid statement follows.
a = {1 2 3 4};
c = sqrt(a);
print c;
Figure 23.278
Square Roots
Copyright © SAS Institute Inc. All rights reserved.