#include float complex catanhf(float complex z) { return -I * catanf(z * I); }