ReactOS
0.4.16-dev-226-g79f2289
Functions
tanf.c File Reference
#include <math.h>
Include dependency graph for tanf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
tanf
(
_In_
float
x
)
Function Documentation
◆
tanf()
_Check_return_
float
__cdecl
tanf
(
_In_
float
x
)
Definition at line
11
of file
tanf.c
.
13
{
14
return
(
float
)
tan
((
double
)
x
);
15
}
tan
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
Definition:
complex_trig.cpp:118
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
tanf.c
Generated on Sun Nov 3 2024 06:25:55 for ReactOS by
1.9.6