Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;// ||sau
- int main() {
- cout<<"ungi"<<" "<<"sin"<<" "<<"cos"<<" "<<"tg"<<" "<<"ctg"<<endl;
- cout<<0<<" "<<0<<" "<<1<<" "<<0<<" "<<1<<endl;
- cout<<30<<" "<<"1/2"<<" "<<"rad3/2"<<" "<<"rad3/3"<<" "<<"rad3"<<endl;
- cout<<45<<" "<<"rad2/2"<<" "<<"rad2/2"<<" "<<1<<" "<<1<<endl;
- cout<<90<<" "<<1<<" "<<0<<" "<<1<<" "<<0;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement