10-11 есеп

|
10-шы есеп
| 09.02.15 | |
11-шы есеп
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
float x,y,z,b;
x=6.251;
y=0.827;
z=25.001;
b=pow(y,pow(fabs(x),1*1.0/3))+pow(cos(y),3)* ( fabs(x-y)*(1+pow(sin(z),2)/sqrt(x+y)))/(pow(M_E,fabs(x-y))+x/2 );
printf("b=%.4f",b);
system("pause");
return 0;
}
