Advertisement
STANAANDREY

trigtab

Nov 10th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;// ||sau
  4.  
  5. int main() {
  6.  
  7. cout<<"ungi"<<" "<<"sin"<<" "<<"cos"<<" "<<"tg"<<" "<<"ctg"<<endl;
  8. cout<<0<<" "<<0<<" "<<1<<" "<<0<<" "<<1<<endl;
  9. cout<<30<<" "<<"1/2"<<" "<<"rad3/2"<<" "<<"rad3/3"<<" "<<"rad3"<<endl;
  10. cout<<45<<" "<<"rad2/2"<<" "<<"rad2/2"<<" "<<1<<" "<<1<<endl;
  11. cout<<90<<" "<<1<<" "<<0<<" "<<1<<" "<<0;
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement