ReactOS
0.4.16-dev-847-g386fccd
Functions
asin.c File Reference
#include <math.h>
Include dependency graph for asin.c:
Go to the source code of this file.
Functions
double
asin
(
double
__x)
Function Documentation
◆
asin()
double
asin
(
double
__x
)
Definition at line
28
of file
asin.c
.
29
{
30
return
atan2
(__x,
sqrt
(1.0 - __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
asin.c
Generated on Sat Mar 22 2025 06:24:14 for ReactOS by
1.9.6