Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <stdafx.h>
  2. #include <math.h>
  3. #include <iostream>
  4.  
  5. int main()
  6. {
  7. float a;
  8. double z1, z2;
  9. printf("\n введите альфа:\n");
  10. scanf("%f", &a);
  11. x1 = (pow(sin(pi/2 + 3*a)/(1 - sin(3*pi)));
  12. x2 = (pow(ctg((5/4)*pi))+(3/2)*a));
  13. printf("\n z1 = %f\n z2 =%f\n",z1,z2);
  14. system("pause");
  15. return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement