include<iostream>
#include<cmath>
using namespace std;
int main()
{
double x,xx;
x=1;
xx= cos(x);
cout<<xx<<endl;
return 0;
}
почему?
include<iostream>
#include<cmath>
using namespace std;
int main()
{
double x,xx;
x=1;
xx= cos(x);
cout<<xx<<endl;
return 0;
}
почему?