#include <math.h>
Go to the source code of this file.
◆ sincos()
Definition at line 30 of file sincos.c.
31{
34}
_ACRTIMP double __cdecl sin(double)
_ACRTIMP double __cdecl cos(double)
GLint GLint GLint GLint GLint x
◆ sincosf()
Definition at line 36 of file sincos.c.
37{
40}
_ACRTIMP float __cdecl cosf(float)
_ACRTIMP float __cdecl sinf(float)