ReactOS
0.4.15-dev-6049-ge54b32b
atanf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(atanf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
atanf
(
12
_In_
float
x
)
13
{
14
return
(
float
)
atan
((
double
)
x
);
15
}
atan
valarray< _Tp > atan(const valarray< _Tp > &__x)
Definition:
_valarray.h:919
__cdecl
#define __cdecl
Definition:
accygwin.h:79
atanf
_Check_return_ float __cdecl atanf(_In_ float x)
Definition:
atanf.c:11
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
_Check_return_
#define _Check_return_
Definition:
ms_sal.h:557
_In_
#define _In_
Definition:
ms_sal.h:308
sdk
lib
crt
math
atanf.c
Generated on Mon May 29 2023 06:12:17 for ReactOS by
1.9.6