catanh
double complex catanh(double complex);
double complex w = catanh(CMPLX(cimag(z), creal(z)));
__strong_alias(catanhl, catanh)