why х does it matter inf? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why х does it matter inf?

#include<iostream> #include<math.h> #include<stdlib.h> #include<conio.h> using namespace std; int main() { double x,y,a,Q; cout<<"vvedite a="; cin>>a; x=4*exp(-sin(y))+pow((1/tan(y/2)),2); cout<<"x="<<x<<endl; y=-8*exp(-3*a+1); cout<<"y="<<y<<endl; Q=2/5*pow(tan(0.1*x-2),2)-pow(3,tan(x)); cout<<"Q="<<Q; getch(); }

9th Oct 2017, 5:10 PM
Андрей Неважно
Андрей Неважно - avatar
1 Answer
+ 1
Clarify your question.
12th Nov 2017, 9:42 PM
Private [GER]
Private [GER] - avatar