#include <cstdlib>
#include <iostream>
#include <ctime>
#include <clocale>
#include <cmath>
#define math
using namespace std;
int main() {
system("chcp 1251");
setlocale(LC_ALL, "Rus");
srand(time(NULL));
double x = -4.500, y = 0.750, z = 0.845;
cout << exp(abs(x - y)) * (pow(tan(z), 2) + 1) << endl;
system("pause");
return 0;
}
ниже
Объяснение:
int main()
{
cout << "b = " << exp(abs(x - y)) * (pow(tan(z), 2) + 1) << endl;
#include <cstdlib>
#include <iostream>
#include <ctime>
#include <clocale>
#include <cmath>
#define math
using namespace std;
int main() {
system("chcp 1251");
setlocale(LC_ALL, "Rus");
srand(time(NULL));
double x = -4.500, y = 0.750, z = 0.845;
cout << exp(abs(x - y)) * (pow(tan(z), 2) + 1) << endl;
system("pause");
return 0;
}
ниже
Объяснение:
#include <iostream>
#include <cmath>
#define math
using namespace std;
int main()
{
double x = -4.500, y = 0.750, z = 0.845;
cout << "b = " << exp(abs(x - y)) * (pow(tan(z), 2) + 1) << endl;
system("pause");
return 0;
}