SQUARE function
Description
SQUARE(x) returns x2, the square of the number x. SQUARE(x)=x*x.
The argument x can be a real number, a complex number, or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the SQUARE function applied to all elements.
Example
SQUARE(-3) equals 9