#include #include "headers/atanhf.h" float atanhf(float x) { return _atanhf(x); }