ReactOS
0.4.16-dev-252-g9ccafe8
Functions
acos.c File Reference
#include <math.h>
Include dependency graph for acos.c:
Go to the source code of this file.
Functions
double
acos
(
double
__x)
Function Documentation
◆
acos()
double
acos
(
double
__x
)
Definition at line
28
of file
acos.c
.
29
{
30
return
atan2
(
sqrt
(1.0 - __x * __x), __x);
31
}
sqrt
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition:
complex.cpp:188
atan2
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
Definition:
_valarray.h:928
sdk
lib
crt
math
acos.c
Generated on Sun Nov 10 2024 06:22:44 for ReactOS by
1.9.6