ReactOS
0.4.16-dev-752-g47bae01
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
}
sqrt
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition:
complex.cpp:188
__cdecl
#define __cdecl
Definition:
accygwin.h:79
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 Mon Feb 17 2025 06:14:01 for ReactOS by
1.9.6