ReactOS 0.4.15-dev-7953-g1f49173
sqrtf.c File Reference
#include <math.h>
Include dependency graph for sqrtf.c:

Go to the source code of this file.

Functions

_Check_return_ float __cdecl sqrtf (float x)
 

Function Documentation

◆ sqrtf()

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 15 of file sqrtf.c.

16{
17 return (float)sqrt((double)x);
18}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
GLint GLint GLint GLint GLint x
Definition: gl.h:1548