ReactOS
0.4.16-dev-2104-gb84fa49
sqrtf.c
Go to the documentation of this file.
1
6
#include <math.h>
7
8
#ifdef _MSC_VER
9
#pragma function(sqrtf)
10
#endif
11
12
_Check_return_
13
float
14
__cdecl
15
sqrtf
(
float
x
)
16
{
17
return
(
float
)
sqrt
((
double
)
x
);
18
}
__cdecl
#define __cdecl
Definition:
corecrt.h:121
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
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
sdk
lib
crt
math
sqrtf.c
Generated on Tue Jan 6 2026 06:19:09 for ReactOS by
1.9.6