#include #include "headers/coshf.h" float coshf(float x) { return _coshf(x); }