pascalabcnet/InstallerSamples/WhatsNew/3_11_1/Hypot.pas
2026-02-03 20:56:57 +03:00

5 lines
112 B
ObjectPascal

// 3.11.1. Стандартная функция Hypot
begin
Hypot(3,4).Println;
Hypot(6,5).Println;
end.