Решите функцию в pascal
begin
var x := ReadReal;
var y := Sqrt((x * x - 16) / (x * (x + 8)));
y.Println
end.