ReactOS 0.4.16-dev-716-g2b2bdab
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
9float
12 _In_ float x)
13{
14 return (float)tan((double)x);
15}
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
#define __cdecl
Definition: accygwin.h:79
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
float tanf(float x)
Definition: tanf.c:72
#define _Check_return_
Definition: no_sal2.h:60
#define _In_
Definition: no_sal2.h:158