Answer the question
In order to leave comments, you need to log in
How to make equations?
help me please
#include "pch.h"
#include <iostream>
using namespace std;
int main()
{
float a, b, x, alpha, gamma;
a = 0, 5;
b = 3, 1;
x = 1, 4;
alpha = sqrt(abs(a*(x*x)*sin(2*x) + pow(exp, -2*x)*(x + b)));
gamma = (1 / pow(cos(pow(x, 3), 2)) - (x / pow(pow(a, 2) + pow(b, 2), 1 / 3)));
cout << a <<"\n"<< b<<"\n"<< x<<"\n";
cout << alpha<<'\n';
cout << gamma<<"\n";
}
Answer the question
In order to leave comments, you need to log in
Instead , split the expression into parts or format it on multiple lines
to
reduce parentheses.
And by the way, yes, you painted the errors in great detail. Right here without problems, even in Russian translation it is normally readable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question