ReactOS 0.4.15-dev-7942-gd23573b
cisqrt.c File Reference
#include <precomp.h>
Include dependency graph for cisqrt.c:

Go to the source code of this file.

Functions

double CDECL _CIsqrt (void)
 

Function Documentation

◆ _CIsqrt()

double CDECL _CIsqrt ( void  )

Definition at line 6 of file cisqrt.c.

7{
8 FPU_DOUBLE(x);
9 return sqrt(x);
10}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
GLint GLint GLint GLint GLint x
Definition: gl.h:1548