Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { cout << atanh(0.78) << "\n"; cout << atanh(0.5) << "\n"; cout << atanh(1) << "\n"; return 0; }
1.04537
0.549306
inf