Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #define _USE_MATH_DEFINES
  2. #include <cmath>
  3. #include <iostream>
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9. double x=0;
  10. double a=0;
  11. double y=sin(x*x*x+2*a)+(cos(x) + exp(x))/sqrt(abs(1-atan(a-0.5)));
  12. cout<<y;
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement