Записать пример в Паскаль
Y:=sqr(sqr(x))-2*sqr(x)+3*x-4;
if y>0 then y:=exp(ln(y)/3)+2
else
if y=0 then y:=2
else y:=2-exp(ln(-y)/3);
if y<>0 then y:=(exp(x+1)-2*x+1)/y-1;
Оцени ответ
Вход
Регистрация
Задать вопрос
Y:=sqr(sqr(x))-2*sqr(x)+3*x-4;
if y>0 then y:=exp(ln(y)/3)+2
else
if y=0 then y:=2
else y:=2-exp(ln(-y)/3);
if y<>0 then y:=(exp(x+1)-2*x+1)/y-1;