SQRT - square root.

Usage:

r := sqrt(x);

Where:

x
may be either "real" or "integer".
r
is always "real".

Description:

The "sqrt" function determines the square root of a numeric value.

See Also:

expl pascal lib sqr

Copyright © 1996, Thinkage Ltd.