Guest User

Untitled

a guest
Dec 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #include "pch.h"
  2. #include<iostream>
  3. #include <math.h>
  4.  
  5. setlocale(0, "rus");
  6. do {
  7. do {
  8. do {
  9. f = (sqrt(p*p - x * x)) / (p + 2);
  10. e = (log(x + 1) / 2*p) + (1 / x) / x;
  11. p += dp;
  12. s += 1;
  13. cout << "значение 1 ого" << setw(2) << f << endl;
  14. cout << setw(5) << endl;
  15. cout << "значение 2 ого" << setw(2) << e<< endl;
  16. }
  17. while (p <= 5);
  18. x2 += dx2;
  19. }
  20. while (x2 < 2);
  21. x += dx;
  22. }
  23. while (x < 1);
  24.  
  25. system("pause");
  26. return 0;
  27.  
  28. }
Add Comment
Please, Sign In to add comment