ReactOS 0.4.15-dev-7942-gd23573b
coshf.c
Go to the documentation of this file.
1
2#include <math.h>
3
4#ifdef _MSC_VER
5#pragma function(coshf)
6#endif
7
9float
12 _In_ float x)
13{
14 return (float)cosh((double)x);
15}
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
#define __cdecl
Definition: accygwin.h:79
_Check_return_ float __cdecl coshf(_In_ float x)
Definition: coshf.c:11
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
#define _Check_return_
Definition: ms_sal.h:557
#define _In_
Definition: ms_sal.h:308