Перейти к содержимому
Обложка сообщества Разное

10-11 есеп

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

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;
}

1
1
1116

Еще по теме

10-11 есеп - Yvision.kz