Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { cout << atan(0.5) << "\n"; cout << atan(-0.5) << "\n"; cout << atan(5) << "\n"; cout << atan(-5) << "\n"; cout << atan(100) << "\n"; cout << atan(-100) << "\n"; return 0; }
0.463648
-0.463648
1.3734
-1.3734
1.5608
-1.5608