Guest User

Untitled

a guest
Nov 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2. # include <math.h>
  3. using namespace std;
  4. int main() {
  5. float res;
  6. float res1;
  7. float h;
  8. float x;
  9. x=0.15;
  10. res=cos(x);
  11. cout << "cos(x)= "<<res<<endl;
  12.  
  13. return (0);
  14. }
Add Comment
Please, Sign In to add comment