ReactOS 0.4.15-dev-8092-ge0ba2f3
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}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
#define sqrtf(x)
Definition: mymath.h:59