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