ReactOS 0.4.16-dev-2104-gb84fa49
acosf.c File Reference
#include <math.h>
Include dependency graph for acosf.c:

Go to the source code of this file.

Functions

_Check_return_ float __cdecl acosf (_In_ float x)
 

Function Documentation

◆ acosf()

Definition at line 11 of file acosf.c.

13{
14 return (float)acos((double)x);
15}
_ACRTIMP double __cdecl acos(double)
Definition: acos.c:28
GLint GLint GLint GLint GLint x
Definition: gl.h:1548