sqrt
sqrt — finds the square root of a number.
sqrt (number)
number
Any number.
The square root of the number.
Gamma> sqrt(9); 3 Gamma> sqrt(144); 12 Gamma> sqrt(95); 9.7467943448089631175 Gamma>
Gamma>
sqrt(9);
sqrt(144);
sqrt(95);
sqr