Ответ:
Объяснение:
Python
from math import*
x=int(input('Input x: '))
print('Задание6 = ',exp(x-2) + abs(sin(x))-x**4*cos(0.25))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
Python
from math import*
x=int(input('Input x: '))
print('Задание6 = ',exp(x-2) + abs(sin(x))-x**4*cos(0.25))