#include #include "headers/acosh.h" double acosh(double x) { return _acosh(x); }