ReactOS 0.4.16-dev-2110-ge3521eb
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}
_ACRTIMP double __cdecl atan2(double, double)
Definition: atan2.c:52
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548