Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { printf("%f\n", atanh(0.78)); printf("%f\n", atanh(0.5)); printf("%f\n", atanh(1)); return 0; }
1.045371
0.549306
inf