ReactOS
0.4.16-dev-2104-gb84fa49
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
_ACRTIMP double __cdecl sqrt(double)
Definition:
sqrt.c:5
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 Tue Jan 6 2026 06:19:09 for ReactOS by
1.9.6