ReactOS 0.4.15-dev-7924-g5949c20
atan2f.c File Reference
#include <math.h>
Include dependency graph for atan2f.c:

Go to the source code of this file.

Functions

_Check_return_ float __cdecl atan2f (_In_ float x, _In_ float y)
 

Function Documentation

◆ atan2f()

_Check_return_ float __cdecl atan2f ( _In_ float  x,
_In_ float  y 
)

Definition at line 11 of file atan2f.c.

14{
15 return (float)atan2((double)x,(double)y);
16}
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
Definition: _valarray.h:928
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548