Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#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