ReactOS
0.4.16-dev-2104-gb84fa49
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
13
float
cosf
(
float
x
)
14
{
15
return
((
float
)
cos
((
double
)
x
));
16
}
cosf
float cosf(float x)
Definition:
cosf.c:13
cos
_ACRTIMP double __cdecl cos(double)
Definition:
cos.c:21
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
cosf.c
Generated on Tue Jan 6 2026 06:19:07 for ReactOS by
1.9.6