ReactOS
0.4.15-dev-5895-g2687c1b
sqrtf.c
Go to the documentation of this file.
1
6
#include <math.h>
7
8
float
9
sqrtf
(
float
x
)
10
{
11
return
((
float
)
sqrt
((
double
)
x
));
12
}
sqrt
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition:
complex.cpp:188
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sqrtf
#define sqrtf(x)
Definition:
mymath.h:59
sdk
lib
crt
math
i386
sqrtf.c
Generated on Fri Mar 31 2023 06:12:19 for ReactOS by
1.9.6