# define TGSOURCE "atanh.c" #include "_tgmath.h" #include TYPE TGFN(atanh)(TYPE x) { return x; } /* STDC(199901) XOPEN(400) LINK(m) */