[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SQRT Find Square Root of Number pp 141
Syntax: Sqrt (NumVar) ;
Type: Real
Form: Function
Purpose: Returns the square of positive NumVar.
Notes: The returned type is always type Real.
----------------------------------------------------------------------------
Usage:
VAR
IntVar : Integer ;
RealVar : Real ;
BEGIN
RealVar := Sqrt (IntVar) ;
RealVar := Sqrt (RealVar) ;
END.
See Also:
Sqr
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson