ReactOS 0.4.15-dev-7842-g558ab78
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()

Definition at line 11 of file atanf.c.

13{
14 return (float)atan((double)x);
15}
valarray< _Tp > atan(const valarray< _Tp > &__x)
Definition: _valarray.h:919
GLint GLint GLint GLint GLint x
Definition: gl.h:1548