SQRT –
функция, вычисляющая корень числа
Data
:
X
Result:
Y
Formulas
:
Y
=
Sqrt
(
X
)
Pascal listing
:
Y:=
Sqrt
(
Y
);
See: