ReactOS 0.4.15-dev-7953-g1f49173
cisin.c File Reference
#include <precomp.h>
Include dependency graph for cisin.c:

Go to the source code of this file.

Functions

double CDECL _CIsin (void)
 

Function Documentation

◆ _CIsin()

double CDECL _CIsin ( void  )

Definition at line 6 of file cisin.c.

7{
8 FPU_DOUBLE(x);
9 return sin(x);
10}
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
GLint GLint GLint GLint GLint x
Definition: gl.h:1548