sqr
sqr — finds the square of a number.
sqr (number)
number
Any number.
The square of the number.
Gamma> sqr(11); 121 Gamma> sqr(32.73); 1071.2528999999997268 Gamma>
Gamma>
sqr(11);
sqr(32.73);
sqrt