ReactOS
0.4.16-dev-226-g79f2289
sinf.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(sinf)
11
#endif
/* _MSC_VER */
12
13
float
sinf
(
float
x
)
14
{
15
return
((
float
)
sin
((
double
)
x
));
16
}
sin
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
Definition:
complex_trig.cpp:73
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sinf
float sinf(float x)
Definition:
sinf.c:13
sdk
lib
crt
math
sinf.c
Generated on Sun Nov 3 2024 06:15:59 for ReactOS by
1.9.6