SQR - square of a number.

Usage:

xsquared := sqr(x);

Where:

x
is an expression whose type is either "real" or "integer".
xsquared
has the same type as "x".

Description:

The "sqr" function returns the value "x*x".

See Also:

expl pascal lib sqrt

Copyright © 1996, Thinkage Ltd.