ReactOS 0.4.16-dev-2104-gb84fa49
sqrtf.c
Go to the documentation of this file.
1
6#include <math.h>
7
8float
9sqrtf(float x)
10{
11 return ((float)sqrt((double)x));
12}
_ACRTIMP double __cdecl sqrt(double)
Definition: sqrt.c:5
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
#define sqrtf(x)
Definition: mymath.h:59