#include _Check_return_ float __cdecl coshf( _In_ float x) { return (float)cosh((double)x); }