#include #include "headers/tanhf.h" float tanhf(float x) { return _tanhf(x); }