ReactOS
0.4.15-dev-4917-g934e521
tanf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(tanf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
tanf
(
12
_In_
float
x
)
13
{
14
return
(
float
)
tan
((
double
)
x
);
15
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
_In_
#define _In_
Definition:
ms_sal.h:308
_Check_return_
#define _Check_return_
Definition:
ms_sal.h:557
tanf
_Check_return_ float __cdecl tanf(_In_ float x)
Definition:
tanf.c:11
tan
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
Definition:
complex_trig.cpp:118
sdk
lib
crt
math
tanf.c
Generated on Thu Aug 11 2022 06:10:32 for ReactOS by
1.8.15