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