Language:
Русский
English
Sqr (function)
Returns the square of the argument.
Declaration
function Sqr(X): (Same type as parameter);
Target
Windows, Real, Protected
Remarks
X is an integer-type or real-type expression. The result, of the same type as X, is the square of X, or X*X.