ReactOS 0.4.15-dev-7788-g1ad9096
cosf.c
Go to the documentation of this file.
1
7#include <math.h>
8
9#if defined(_MSC_VER) && (defined(_M_ARM) || defined(_M_AMD64))
10#pragma function(cosf)
11#endif /* _MSC_VER */
12
13float cosf(float x)
14{
15 return ((float)cos((double)x));
16}
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
float cosf(float x)
Definition: cosf.c:13
GLint GLint GLint GLint GLint x
Definition: gl.h:1548