#include "nldbl-compat.h" #include double _Complex attribute_hidden catanhl (double _Complex x) { return catanh (x); }