ReactOS 0.4.15-dev-7924-g5949c20
cisin.c
Go to the documentation of this file.
1#include <precomp.h>
2
3/*
4 * @implemented
5 */
6double CDECL _CIsin(void)
7{
8 FPU_DOUBLE(x);
9 return sin(x);
10}
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
double CDECL _CIsin(void)
Definition: cisin.c:6
#define CDECL
Definition: compat.h:29
GLint GLint GLint GLint GLint x
Definition: gl.h:1548