#include <math.h> #include <stdio.h> int main(void) { printf("%f.\n", atanh(12)); return 0; }
-1.#IND00.