Previous: 4.67.2.82. SizeOf function To the Table of Contents Next: 4.67.2.84. Sqrt function
4.67.2.82. SizeOf function Table of Contents 4.67.2.84. Sqrt function

- 4.67.2.83. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.83. Sqr function


4.67.2.83. Sqr function

Targets: MS-DOS, OS/2, Win32

System Unit

Returns the square of the argument.

Declaration:
function Sqr(X);
Remarks:
X is either an integer type or real type. Sqr returns (X * X).


Previous: 4.67.2.82. SizeOf function To the Table of Contents Next: 4.67.2.84. Sqrt function
4.67.2.82. SizeOf function Table of Contents 4.67.2.84. Sqrt function

- 4.67.2.83. -