#include #include "headers/asinhf.h" float asinhf(float x) { return _asinhf(x); }