ReactOS 0.4.15-dev-7942-gd23573b
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}
valarray< _Tp > acos(const valarray< _Tp > &__x)
Definition: _valarray.h:901
GLint GLint GLint GLint GLint x
Definition: gl.h:1548