ReactOS
0.4.16-dev-847-g386fccd
acosf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(acosf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
acosf
(
12
_In_
float
x
)
13
{
14
return
(
float
)
acos
((
double
)
x
);
15
}
acos
valarray< _Tp > acos(const valarray< _Tp > &__x)
Definition:
_valarray.h:901
__cdecl
#define __cdecl
Definition:
accygwin.h:79
acosf
_Check_return_ float __cdecl acosf(_In_ float x)
Definition:
acosf.c:11
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
_In_
#define _In_
Definition:
no_sal2.h:158
sdk
lib
crt
math
acosf.c
Generated on Sat Mar 22 2025 06:14:08 for ReactOS by
1.9.6