#include #include "headers/atanh.h" double atanh(double x) { return _atanh(x); }