-
Declaration:
- Function Sqrt (X : Real) : Real;
-
Description:
- Sqrt returns the square root of its argument X, which must be positive.
-
Errors:
- If X is negative, then a run-time error is generated.
-
See also:
- Sqr (574), Ln (525), Exp (490)
Listing: refex/ex66.pp