ReactOS
0.4.16-dev-2104-gb84fa49
Functions
atanf.c File Reference
#include <math.h>
Include dependency graph for atanf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
atanf
(
_In_
float
x
)
Function Documentation
◆
atanf()
_Check_return_
float
__cdecl
atanf
(
_In_
float
x
)
Definition at line
11
of file
atanf.c
.
13
{
14
return
(
float
)
atan
((
double
)
x
);
15
}
atan
_ACRTIMP double __cdecl atan(double)
Definition:
atan.c:44
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
atanf.c
Generated on Wed Jan 7 2026 06:26:01 for ReactOS by
1.9.6