Nutcha0751 / filemix

0 stars 0 forks source link

Problem3 #2

Open Nutcha0751 opened 7 months ago

Nutcha0751 commented 7 months ago

3.2 Problem Set3 2

Nutcha0751 commented 7 months ago

3.6

include

include

include

using namespace std;

int main(){ double x ; cout << "input x = "; cin >> x;

cout << "output y = " << sin(pow(x,2))/log((2*x+1)/(pow(x,2)));
return 0;

}