Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { cout << asin(0.64) << "\n"; cout << asin(-0.4) << "\n"; cout << asin(0) << "\n"; cout << asin(1) << "\n"; cout << asin(-1) << "\n"; cout << asin(2) << "\n"; return 0; }
0.694498
-0.411517
0
1.5708
-1.5708
nan