1 2 3 4 5 6
#include <complex.h> float complex catanhf(float complex z) { return -I * catanf(z * I); }