ReactOS
0.4.16-dev-716-g2b2bdab
Functions
sincos.c File Reference
#include <math.h>
Include dependency graph for sincos.c:
Go to the source code of this file.
Functions
void
sincos
(
double
x
,
double
*
s
,
double
*
c
)
Function Documentation
◆
sincos()
void
sincos
(
double
x
,
double
*
s
,
double
*
c
)
Definition at line
11
of file
sincos.c
.
12
{
13
*
s
=
sin
(
x
);
14
*
c
=
cos
(
x
);
15
}
cos
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
Definition:
complex_trig.cpp:92
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
s
GLdouble s
Definition:
gl.h:2039
c
const GLubyte * c
Definition:
glext.h:8905
sdk
lib
crt
math
sincos.c
Generated on Thu Feb 6 2025 06:23:46 for ReactOS by
1.9.6